Changes between Version 22 and Version 23 of HowtoGoodProgrammingTechniques
- Timestamp:
- May 11, 2014, 11:55:56 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoGoodProgrammingTechniques
v22 v23 175 175 * Always use local variables, don't share them externally or you can have catastrophic results 176 176 177 * Never change the value of a local variable if your function is more than 15 lines long, for that, use a new local variable 178 177 179 * Use a good powerful editor with good plugins, like vim with a good setup 178 180