Changes between Version 15 and Version 16 of Hacking


Ignore:
Timestamp:
02/16/11 10:24:40 (13 years ago)
Author:
angel_il
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hacking

    v15 v16  
    22== Code Style == 
    33 
    4  * 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. 
    5  * Use 4 Space Tabs with whitespace fillers to Indent. Never use tabs. 
     4 * 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. 
     5 * Use 4 space Tabs with whitespace fillers to Indent. Never use tabs. 
    66 * No Trailing Whitespace  
    7  * Follow the GNU-Style guidelines.  We won't go through all of them here. 
    8  
     7 * Follow the GNU-Style guidelines.  
    98 
    109Please use the same indentation as other developers.