Changes between Version 28 and Version 29 of CodingStandards


Ignore:
Timestamp:
2014-09-09T23:19:40Z (10 years ago)
Author:
daira
Comment:

README.txt -> README.rst

Legend:

Unmodified
Added
Removed
Modified
  • CodingStandards

    v28 v29  
    3131}}}
    3232
    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]).
    3434 * Put two blank lines between classes.
    3535 * 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).