Quote:
Originally posted by konidias
Of course, precalculating isn't always necassary. If you have an event that is only going to run one time, there isn't a need.
|
Well, it's only worth considering if a value is to be used multiple times. Be aware that for loops aren't the only places where it happens.