Changes between Version 43 and Version 44 of DeveloperGuidelines/CodeConventions


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/CodeConventions

    v43 v44  
    2727- for string constants in '''!JavaScript''' use '''single-quotes''' {{{' '}}} - UNLESS the string contains a '
    2828
    29 - in all other cases of triple-quoted strings (such as '''Docstrings''' or Inline-XML) use {{{""" """}}} with '''double-quotes'''
     29- for triple-quoted strings (such as '''Docstrings''' or Inline-XML) use {{{""" """}}} with '''double-quotes'''
    3030- for '''Inline-!JavaScript''' or JSON inside Python code use {{{''' '''}}} with '''single-quotes'''
    3131