Outbound Link Summary:
3 years ago
p3k dots

Why Is Naming Things Hard?

Reading code involves building up a mental model of what each thing should do, and how these things interact with each other. The best code, however, short-circuits reading everything. Instead of reading the implementation, you use variable and function names, comments, and other clues to figure things out.