Confirmed users
497
edits
m (note for-loop newlines) |
(→Other whitespace: Clarify width limits) |
||
| Line 74: | Line 74: | ||
= Other whitespace = | = Other whitespace = | ||
* | * Code should fit within 99 columns; comments should fit within 80 columns; both figures include indentation. Break down lines that are too long. | ||
** Overlong conditions break after each && or || operator. | ** Overlong conditions break after each && or || operator. | ||
** Other binary operators go at the front of the second line. | ** Other binary operators go at the front of the second line. | ||