DEV Community

Discussion on: Python Vs C++ (My Experience)

Collapse
 
dwd profile image
Dave Cridland

I thought the quote is "There are only two hard things in programming: cache invalidation, naming things, and off-by-one-errors"

Collapse
 
codemouse92 profile image
Jason C. McDonald

There are several versions. ;)

Incidentally, off-by-one errors don't tend to be that hard, at least not compared to the other two. I think the addition of that was a later pun.