>Why don't you name locals descriptive too? It helps (at least me) to >understand a script when I look at it some long while later. > >Regards, / Groeten, >Sjoerd
I do if the variable is in a long handler and I may forget what started it, though it's almost guaranteed to be a global variables under those conditions. But for shorties (the handler may be long but the variable life is but a few lines of code), the "bit, wit, sit, git, kit" works very well for me. I recognize instantly that this variables is local, and will be immediately used and discarded. -- --Shareware Games for the Mac-- http://www.gypsyware.com http://www.gypsygames.com
