DEV Community

Discussion on: What programming concept did you struggle the most with?

Collapse
 
madza profile image
Madza

naming conventions πŸ™„

Collapse
 
vtrpldn profile image
Vitor Paladini

As the classic quote goes:

There are only two hard things in Computer Science: cache invalidation and naming things. -- Phil Karlton

Collapse
 
madza profile image
Madza

Yup, I always refer to that quote, too 🀣🀣

Collapse
 
ecognito profile image
E Cognito

Acutally, I prefer Leon Bambrick’s version: β€œThere are two hard problems in computer science: cache invalidation, naming things, and off-by-one errors.”