Edgewall Software

Changes between Version 25 and Version 26 of TracDev/CodingStyle


Ignore:
Timestamp:
Jan 28, 2015, 8:22:22 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Fixed typo.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/CodingStyle

    v25 v26  
    2020   e.g. `_do_whatever_it_takes_to_delete`
    2121 * Abstract base classes should use the suffix `Base`.
    22  * Use a trailing underscore if the name would shadow a built-in keyword.
     22 * Use a trailing underscore if the name would shadow a keyword.
    2323
    2424== Strings