Changes between Version 50 and Version 51 of ResumedC


Ignore:
Timestamp:
Jan 26, 2010, 8:29:27 PM (15 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ResumedC

    v50 v51  
    625625
    626626
     627=== Good Practices ===
     628==== Avoid Segfaults ====
     629 * Always use ''else'' when you can
     630 * If you have a variable that is set to something in case of ''foo'', always set it to other thing when is not ''foo'', so if you check it in the future it will check the correct kind of data
     631
    627632
    628633