Changes between Version 8 and Version 9 of ResumedC


Ignore:
Timestamp:
Apr 29, 2009, 2:39:38 AM (16 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ResumedC

    v8 v9  
    110110=== Constants ===
    111111
    112 The '''constant''' variables are constants, so they can't change, by convention they are in upper-case
     112The '''constant''' variables are constants, so they can't change, by convention they are in upper-case. You should use it where ever possible, it improves the robustness of the program, better readability, and also improves (just a bit) the optimization, it is a kind of ''rule'' and correct programming. When you are sure that a variable doesn't (or don't want to) change in a scope of the program, you can use it.
    113113
    114114{{{