-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
This section describes how to organize statements into logical
thoughts and how to format various kinds of statements. The
general principles for writing clear statements are as follows:
-
Use blank lines to organize statements into paragraphs and
to separate logically related statements. -
Limit the complexity of statements, breaking a complex
statement into several simple statements if it makes the
code clearer to read. -
Indent to show the logical structure of your code.
Reactions are currently unavailable