Changes between Version 10 and Version 11 of HowtoGoodProgrammingTechniques
- Timestamp:
- Nov 16, 2012, 6:27:31 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoGoodProgrammingTechniques
v10 v11 63 63 64 64 65 == The 5 steps procedure of coding==65 == The 5 steps coding procedure == 66 66 1. Write the feature and make it to work 67 67 1. Minimize the code (less lines, simple and short functions, less-complex algorithms, etc)