CCoding Style - Expressions and Statements
From EdWiki
Expressions and Statements
- Write expressions and statements in a way that makes their meaning as transparent as possible.
- Write the clearest code that does the job.
- Use spaces around operators to suggest grouping.
- Format to improve readability.