Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Yet another set of Perl best practices

by eyepopslikeamosquito (Archbishop)
on Aug 25, 2012 at 00:58 UTC ( [id://989669]=note: print w/replies, xml ) Need Help??


in reply to Re: Yet another set of Perl best practices
in thread Yet another set of Perl best practices

Why is this list called Perl best practices?
Good point. I prefer to have two separate lists: one for general programming practices, another for language-specific ones.

The general, language-independent list tends to be the more important and interesting of the two IMHO. Most language-specific items, such as "start each file with use strict" or "use three-argument open and lexical file handles" are easily detected by a tool, such as Perl::Critic. The general list, OTOH, usually requires a human with good taste to adjudicate.

The point that sound programming is mostly language independent was well made by chromatic in response to a reddit post extolling Python's "readability":

Pray tell, how precisely does Python prevent you from using bad variable names? How does Python enforce good encapsulation? How does Python detect methods and functions that are too long? How does Python help you avoid poor coupling and promote wise decomposition? Does Python write good documentation for you? Does Python require comprehensive testing?

Replies are listed 'Best First'.
Re^3: Yet another set of Perl best practices
by TGI (Parson) on Aug 30, 2012 at 06:54 UTC

    Oooh. Interesting.

    Imagine a compiler that rejects code with excessive cyclomatic complexity or too many SLOC. unless you add a pragma marking it as ok.


    TGI says moo

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-19 05:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found