Chapter Wrap-up
Let's see what you've learned in this chapter and test your understanding of program analysis tools.
We'll cover the following...
Summary
“You’ll spend more time studying the code than creating it—therefore, you should optimize for reading rather than writing.”
This sentence is repeated like a mantra in more than one book discussing clean code practices. No wonder, as this is very true, as tested in practice by many software developers—so much so that rules for even minuscule things, such as the ...