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


in reply to Re: On bad habits
in thread On bad habits

Funny, I'm just the opposite. I make my code too lengthy and comment too much.

I used to have the bad habit of while (chomp(my $line = <INPUT>)) but a few gasps from some monks cured me of that. Amazing what even minimal peer review can do for coding practices.