Changes between Version 13 and Version 14 of HowtoGoodProgrammingTechniques
- Timestamp:
- Feb 19, 2013, 2:57:34 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoGoodProgrammingTechniques
v13 v14 65 65 66 66 ---- 67 Finally, since this is the best tip that you can have when coding, I included this ''must-read'' article from makinggoodsoftware.comdirectly here:67 Finally, since this is the best tip that you can have when coding, I included this ''must-read'' article from [http://www.makinggoodsoftware.com/2009/05/04/71-tips-for-naming-variables/ makinggoodsoftware.com] directly here: 68 68 69 69 ==== 1. The variable name has to be as descriptive as possible. Don´t use generic names. ====