January 2026
Beginner
139 pages
3h 54m
English
Now it might be a little surprising to you that I start this book with the chapter on naming. You were probably expecting some code, but there is no denying that naming is one of the most important and difficult things in software development.
Every variable (p. 15), function (p. 57), or class (p. 67) has a name. This name is generally the only description of an object that you have when reading code. You read the name, and you are supposed to know what the object does. It’s just the same when I hear my name being called, and I know ...
Read now
Unlock full access