Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re^4: Improve readability of Perl code. Naming reference variables.by nysus (Parson) |
on Feb 09, 2017 at 01:05 UTC ( [id://1181482]=note: print w/replies, xml ) | Need Help?? |
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";
In Section
Meditations
|
|