http://qs321.pair.com?node_id=170876


in reply to Re: Where to put my variables...
in thread Where to put my variables...

However,the problem of not being able to figure out what a variable is doing is handled by using sensible, descriptive variable names.

Replies are listed 'Best First'.
Re: Re: Re: Where to put my variables...
by Anonymous Monk on Jun 01, 2002 at 04:44 UTC
    That works much better if cow-orkers never misuse your carefully named variables.

    In the real world, being able to verify that this variable has a scope of 5 lines and isn't misused there does wonders for debugging.