01-04-2008 02:12 PM
01-04-2008 02:20 PM
01-04-2008 02:48 PM
01-04-2008 03:27 PM
PaulG. wrote:
And never EVER use Globals.
01-04-2008 03:44 PM
Yes, i like having a global variable to keep my repository of constants (ege speed of light, unit converter constants, Bhor radii...) troughout my project. i has specifically big advantage when manually "changing" those constants (setting plank constant to '1'
There are other such uses for globals. When used like a constant, there is nothing wrong with globals.
01-04-2008 05:54 PM - edited 01-04-2008 05:59 PM
on this topic.