Hacker News new | ask | show | jobs
by mprovost 1596 days ago
"There are only two hard things in Computer Science: cache invalidation and naming things." -- Phil Karlton

https://martinfowler.com/bliki/TwoHardThings.html

1 comments

There are only two hard things in Computer Science: cache invalidation, naming things, and off-by-one errors.
There are only two hard problems in Computer Science: there's one joke, and it's not even funny
I prefer the less obvious version of this one:

> There are only three hard things in Computer Science: cache invalidation and naming things.

That's the one I use all the time.