Quote:
Originally Posted by Skyld
'var' is a bit of an ambiguous variable name in any case, it is probably better to give variables relevant names. It's awful having to read through scripts with things like this.var, this.var1, this.var2, since such names are semantically useless.
|
But I like to use temp.var, because I dont want to think up a variable name for things like that, and stuff like temp.v is too short I think.