in reply to Perl best practices fanatism
I hope Perl::Critic will save us from the C-style programmers. I frequently come across some module or program that spends dozens of lines needlessly predeclaring variables. I wish there was a policy for detecting that.
The closest I've found is Perl::Critic::Policy::Variables::ProhibitUselessInitialization.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl best practices fanatism
by Anonymous Monk on Jul 04, 2009 at 07:51 UTC |
In Section
Meditations