Quote:
Originally Posted by Inverness
Uh, I do this for the simple fact that I'm damn tired of typing temp. before every variable name, no other reason. I also like it better without temp., its more pretty like that.
|
Hm, in my opinion, it is better to always prefix variables. That way, there is no confusion as to which scope you are working in.
I try to write my scripts for people who have to work with them as well as for myself.