Changes between Version 51 and Version 52 of ResumedC
- Timestamp:
- Jan 26, 2010, 8:33:56 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ResumedC
v51 v52 629 629 * Always use ''else'' when you can 630 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 * Never forget to set a variable during the process of a program, even in ''else'' cases, you will have segfaults if you do anything with it like a check. 631 632 632 633