in reply to On Commenting Out 'use strict;'
Lesson: Warnings are there for a reason. You shouldn't ignore a warning unless you have researched it and determined that you actually want to do whatever it is that's triggering the warning. THEN, you go ahead and document that this warning is expected and the reason why it's ok. AND THEN, you have another developer sign off on it. Both your names are in that comment forever and ever, amen!
Personally, in over 10 years, I've never run into a situation where a warning was actually warranted. But that's just me.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: On Commenting Out 'use strict;'
by TomDLux (Vicar) on Aug 11, 2005 at 20:48 UTC | |
Re^2: On Commenting Out 'use strict;'
by Anonymous Monk on Aug 11, 2005 at 15:57 UTC | |
by dragonchild (Archbishop) on Aug 14, 2005 at 04:45 UTC |