Changes between Version 40 and Version 41 of DeveloperGuidelines/CodeConventions
- Timestamp:
- 11/16/13 23:29:29 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/CodeConventions
v40 v41 25 25 26 26 - for string constants in '''Python''' use '''double-quotes''' {{{" "}}} - UNLESS the string contains " 27 - for string constants in '''!JavaScript''' '''usesingle-quotes''' {{{' '}}} - UNLESS the string contains a '27 - for string constants in '''!JavaScript''' use '''single-quotes''' {{{' '}}} - UNLESS the string contains a ' 28 28 29 - for Inline-!JavaScriptor JSON inside Python code use {{{''' '''}}} with single-quotes29 - for '''Inline-!JavaScript''' or JSON inside Python code use {{{''' '''}}} with single-quotes 30 30 31 31 Note though that this: