Edgewall Software

Changes between Version 17 and Version 18 of TracDev/CodingStyle


Ignore:
Timestamp:
May 17, 2014, 8:11:43 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Convention for tuples, discussed on the mailing list.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/CodingStyle

    v17 v18  
    4646   [WikiMacros#AvailableMacros "[[MacroList]]"] and [WikiMacros#TracIni-macro "[[TracIni]]"]
    4747   macros, respectively.
     48 * Prefer tuples without parenthesis, particularly in `return` and `yield` statements. When parenthesis are needed for line continuation they can be used rather than a backslash on the continuation line.
    4849
    4950== JavaScript ==