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

Re^2: Improve readability of Perl code. Naming reference variables.

by nysus (Parson)
on Feb 08, 2017 at 23:11 UTC ( [id://1181476]=note: print w/replies, xml ) Need Help??


in reply to Re: Improve readability of Perl code. Naming reference variables.
in thread Improve readability of Perl code. Naming reference variables.

Camel case makes my skin crawl. Hate it. Give me underscores or give me death.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: Improve readability of Perl code. Naming reference variables.

Replies are listed 'Best First'.
Re^3: Improve readability of Perl code. Naming reference variables.
by johngg (Canon) on Feb 09, 2017 at 00:33 UTC

    I guess it's all a bit subjective. I don't dislike underscores and can happily use them if mandated but camelCase keeps long descriptive variable names shorter which is why I prefer it.

    Cheers,

    JohnGG

      It's totally subjective. Whether warranted or not, camel case reminds me of Microsoft code. Underscores remind me of old school programming. I also think camel case is harder to read. Though camel case does take fewer keystrokes to execute. I'll give you that.

      $PM = "Perl Monk's";
      $MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
      $nysus = $PM . ' ' . $MCF;
      Click here if you love Perl Monks

        Though camel case does take fewer keystrokes to execute. I'll give you that.

        Only if your keyboard doesn't have a Useless Key™ which you've remapped to be a single-keystroke underscore. :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1181476]
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-04-24 15:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found