Changes between Version 27 and Version 28 of Hacking
- Timestamp:
- 01/12/16 18:38:40 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hacking
v27 v28 4 4 == Coding Style == 5 5 6 Please use the same indentation as other developers.7 6 * Follow source templates (see [/browser/maint/templates maint/templates] in the source tree). 8 7 * Maximum line width is 100 characters. The reason is not about people with low-res screens but rather sticking to 100 columns prevents you from easily nesting more than one level of if statements or other code blocks.