![]() |
|
XP is just a number | |
PerlMonks |
Re^2: On Commenting Out 'use strict;'by Codon (Friar) |
on Aug 12, 2005 at 23:06 UTC ( #483454=note: print w/replies, xml ) | Need Help?? |
I have run into more than one situation in maintaining code (one other developer, specifically) that started throwing a lot of warnings when he turned on warnings where the warning was quite useful. This person found that the best way to get rid of these "useless" "unitialized" warnings was to pipe his error logs through grep -v uninitialized. (He was not at the company six months later.) When I went into the code, I found that he was testing against a typoed hash key. This was a subtle bug that was not discovered for *YEARS* until warnings were turned on.
Ivan Heffner Sr. Software Engineer, DAS Lead WhitePages.com, Inc.
In Section
Meditations
|
|