June 2025
Intermediate to advanced
152 pages
3h 15m
English
I don’t care if you use two- or four-character indentation, whether you put the opening brace at the start of the next line, or any of the other ridiculous things developers argue about whenever code formatting comes up.
I care about two main things:
Can I:
Here I’m not talking about the design of the code; I’m talking about the source files, the program text—the stuff I see in an editor buffer.
The practices in this chapter are things I do to make my code easier for me to read and modify. But this is just my list.
Keep an eye on your own code. Are there ...
Read now
Unlock full access