Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: How Critical is Critic? [Perl::Critic::Community]

by kcott (Archbishop)
on May 30, 2023 at 12:49 UTC ( [id://11152514]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How Critical is Critic?
in thread How Critical is Critic?

Thanks for the comment and upvote.

Thanks also for the link. I checked through all of it and there's only three things I'm not compliant with:

  • I never really liked FindBin; thankfully, I don't need it that often. I'm pleased to have found some alternatives.
  • I agree with issues noted about JSON and JSON::XS: I'll be happy to trial JSON::MaybeXS.
  • Typing 'while (<$fh>) {' is almost muscle-memory; I'll have to train muscles to add 'my $line ='. :-)

I've been getting questions about using some form of perlcritic at $work. Although arguing against full-blown Perl::Critic usage, I think Perl::Critic::Community is probably something I can get behind. So, that link was very useful and thanks again.

— Ken

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11152514]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-16 14:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found