Edgewall Software

Changes between Version 18 and Version 19 of TracDev/CodingStyle


Ignore:
Timestamp:
Jul 1, 2014, 8:53:03 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Refs comment:5:ticket:11581.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/CodingStyle

    v18 v19  
    2020 * Internal methods and variables are prefixed with a single underscore [[br]]
    2121   e.g. `_do_whatever_it_takes_to_delete`
     22 * Abstract base classes should use the suffix `Base`.
    2223
    2324== Strings ==