Changes between Version 21 and Version 22 of Hacking


Ignore:
Timestamp:
11/02/12 07:37:02 (11 years ago)
Author:
angel_il
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hacking

    v21 v22  
    109109If the beginning statement has to be broken across lines due to length, the beginning brace should be on a line of its own. 
    110110 
     111Do not unnecessarily use braces where a single statement will do.  
     112If lines is more than one to use braces. 
     113 
    111114'''This is right:''' 
    112115{{{