Changes between Version 22 and Version 23 of HowtoGoodProgrammingTechniques


Ignore:
Timestamp:
May 11, 2014, 11:55:56 AM (11 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowtoGoodProgrammingTechniques

    v22 v23  
    175175* Always use local variables, don't share them externally or you can have catastrophic results
    176176
     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
    177179* Use a good powerful editor with good plugins, like vim with a good setup
    178180