Clean Code: Names

This chapter was all about naming things. It is argued that naming things is important because we name basically every piece of… physical thing we produce as programmers: variables with names inside functions with names inside classes with names inside files with names inside folders/modules with names. Once you realize that then it gets harder to argue against the importance of names. These were my notes:

Good (variable) names:

Naming things

Naming in general