Changes between Version 10 and Version 11 of HowtoGoodProgrammingTechniques


Ignore:
Timestamp:
Nov 16, 2012, 6:27:31 AM (12 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowtoGoodProgrammingTechniques

    v10 v11  
    6363
    6464
    65 == The 5 steps procedure of coding ==
     65== The 5 steps coding procedure ==
    66661. Write the feature and make it to work
    67671. Minimize the code (less lines, simple and short functions, less-complex algorithms, etc)