Changes between Version 33 and Version 34 of DeveloperGuidelines/CodeConventions
- Timestamp:
- 11/16/13 22:56:31 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/CodeConventions
v33 v34 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 ' '' '''30 - in all other cases of triple-quoted strings (such as docstrings or Inline-XML) use " "" """29 - for Inline-!JavaScript or JSON inside Python code use ' ' ' ' ' ' 30 - in all other cases of triple-quoted strings (such as docstrings or Inline-XML) use " " " " " " 31 31 32 32 - for XML/HTML attributes use double quotes " " (inner quotes must be escaped anyway)