Simplifying code #
In this chapter, we focus on a few low-level, mechanical practices that can help writing more readable or maintainable code.
This complements the chapter dedicated to unit tests, which discusses the benefits of decomposing complex methods (or problems) into smaller ones.