Layout & comments

This chapter contains guidelines to help improve readability of your code for yourself and for others. The guidelines on indentation and whitespace make the code more visually appealing whereas guidelines on comments increase the usability of the code they reference. By using ample whitespace, your code will look clean and the more complicated statements maintain their readability.