Changes between Version 41 and Version 42 of DeveloperGuidelines/CodeConventions
- Timestamp:
- 11/16/13 23:29:48 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/CodeConventions
v41 v42 27 27 - for string constants in '''!JavaScript''' use '''single-quotes''' {{{' '}}} - UNLESS the string contains a ' 28 28 29 - for '''Inline-!JavaScript''' or 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: