Edgewall Software

Changes between Version 3 and Version 4 of TracDev/CodingStyle


Ignore:
Timestamp:
May 18, 2005, 12:50:38 AM (19 years ago)
Author:
Christopher Lenz
Comment:

Add note about line length

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/CodingStyle

    v3 v4  
    1313
    1414== Miscellaneous ==
     15 * Lines shouldn't exceed a length of 80 characters.
    1516 * Use list comprehension instead of the built-in functions {{{filter()}}} and {{{map()}}}.
    1617