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

Re^3: regarding intolerance to perl which I observe

by SuicideJunkie (Vicar)
on Jul 26, 2013 at 18:51 UTC ( [id://1046584]=note: print w/replies, xml ) Need Help??


in reply to Re^2: regarding intolerance to perl which I observe
in thread regarding intolerance to perl which I observe

Well, odds are good that nothing could convince them if they're truly set in their ways. All you can do is write good, readable code and look for open minded people.

My scheme for making code readable is to try and avoid the need for comments. Use perl's keywords and your own names to have the code say things in English as much as possible. Short functions, nouns for variable names, pluralized when it is an array, verbs for functions that do things, and so on. Make the code be a comment that lacks a # in front of it.

I even had somebody say to me that the code was surprisingly readable; they aren't a programmer, and didn't know perl, but could still follow what it was doing.

  • Comment on Re^3: regarding intolerance to perl which I observe

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 20:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found