Indenting
-
Programs should be laid out so that elements that are naturally considered as a group appear like a group.
-
This can be done by separating different groups by a blank line.
-
Also structures within a structure (like the if-else-statements
and the loops) should have the sub-structures indented.