Changes between Version 28 and Version 29 of CodingStandards
- Timestamp:
- 2014-09-09T23:19:40Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingStandards
v28 v29 31 31 }}} 32 32 33 * Do not include a per-file copyright header (they just get out of date and are redundant with [source:README. txt]).33 * Do not include a per-file copyright header (they just get out of date and are redundant with [source:README.rst]). 34 34 * Put two blank lines between classes. 35 35 * Put one blank line before a block comment if the preceding line is code at the same indent level (this makes it harder to mistake the code as part of the comment, and makes the comment easier to read).