Changes between Version 4 and Version 5 of GoodCodeExamples


Ignore:
Timestamp:
05/20/09 15:00:02 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoodCodeExamples

    v4 v5  
    2121        } 
    2222 }}} 
     23 
     24 * Writing if, else, else if, for, while, do while, try, catch, finally statements. 
     25  * First of all always put curly brackets after the special word that opens the statement, even if the statement contains one row.