Indenting

  1. Programs should be laid out so that elements that are naturally considered as a group appear like a group.

  2. This can be done by separating different groups by a blank line.

  3. Also structures within a structure (like the if-else-statements and the loops) should have the sub-structures indented.