http://www.perlmonks.org?node_id=207332


in reply to Re: "Correct" program style questions
in thread "Correct" program style questions

... or maybe something more terse like $t_name and t_color. That's just a question of style really though; I agree with your point.
  • Comment on Re: Re: "Correct" program style questions

Replies are listed 'Best First'.
Re: Re: Re: "Correct" program style questions
by perrin (Chancellor) on Oct 23, 2002 at 17:24 UTC
    $t_name doesn't mean the same thing as $tainted_name. In general I suggest avoiding the impulse to abbreviate. It may make the code shorter, but it also makes it harder to read.