Quote:
Originally Posted by xXziroXx
I've encountered several occasions where declaring the variable only once, and then reading it without a temp. header, simply do not work. It's a lazy way to do things, you should always be arsed to type out the whole thing.
|
I disagree; I've never had problems with this. I don't see it as lazy; I actually don't like reading code where the 'temp' prefix is included over and over.