Changes between Version 40 and Version 41 of DeveloperGuidelines/CodeConventions


Ignore:
Timestamp:
11/16/13 23:29:29 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/CodeConventions

    v40 v41  
    2525
    2626- for string constants in '''Python''' use '''double-quotes''' {{{" "}}} - UNLESS the string contains "
    27 - for string constants in '''!JavaScript''' '''use single-quotes''' {{{' '}}} - UNLESS the string contains a '
     27- for string constants in '''!JavaScript''' use '''single-quotes''' {{{' '}}} - UNLESS the string contains a '
    2828
    29 - for Inline-!JavaScript or JSON inside Python code use {{{''' '''}}} with single-quotes
     29- for '''Inline-!JavaScript''' or JSON inside Python code use {{{''' '''}}} with single-quotes
    3030
    3131Note though that this: