in reply to Re: A question of style - declaring lexicals
in thread A question of style - declaring lexicals
Here's another disadvantage of style #1 - what happens if you have name reuse? For example, you have a @foo that's used throughout the file. Only, in one place, it means one thing and somewhere else it means something else.
Some would say that it means you should have had two varaibles
|
---|