Changes between Version 6 and Version 7 of coding_rules
- Timestamp:
- 02/16/16 14:12:47 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
coding_rules
v6 v7 78 78 }}} 79 79 80 At the very least, the first line and the Usage should be provided. Use indentations of 3 and 6 spaces. Example: 81 82 {{{ 83 #!m 84 function outputs=hello() 85 %HELLO - prints hello to the screen 86 % 87 % Usage: 88 % outputs=hello() 89 }}} 80 90 == Variable/Enum/Functions Names == 81 91