in reply to Re(3): Of variable {mice} and its name {man}.
in thread Of variable {mice} and its name {man}.
Refactor your names, too. Is it significant to the code that these are employees? If not, @names is a perfect name. @en is overshorting. @employee_names is overspecifing.
If it is significant to the code that these are empoyees you're naming, why? Does this mean that if you were dealing with customer names, the code would be completly inapproprate? Why?
Every character really does count. (Check how many different ways I've mistyped employee in this post, and how many you noticed being wrong.)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re(3): Of variable {mice} and its name {man}.
by Dog and Pony (Priest) on Jun 03, 2002 at 09:51 UTC | |
by theorbtwo (Prior) on Jun 03, 2002 at 21:44 UTC |