Practical Clean Coding: Naming
This article is part of the Practical Clean Coding series. There are only two hard things in Computer Science: cache invalidation and naming things. — Phil Karlton We write programs for humans, not computers. Thinking the opposite is a common misconception, or we don’t think hard enough about it. Who is the target audience of … Read more