in reply to Re^2: Code style question
in thread Code style question

Welcome AlexP to The Monastery

I too am a fan of Perl Critic. Since being introduced to it here in The Monastery a few months ago, I have tested all new code against it. I especially like that different levels of scrutiny can be set. I like to get code to pass the 'stern' test but always look beyond that so I can learn...and ignore the stricter elements that don't suit my use case.

Replies are listed 'Best First'.
Re^4: Code style question
by AlexP (Pilgrim) on May 22, 2021 at 09:29 UTC

    I have big intention to start using it in the near future in all my perl projects.