Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Favorite Descriptive Variable Name

by Lexicon (Chaplain)
on Dec 25, 2000 at 11:03 UTC ( [id://48250]=note: print w/replies, xml ) Need Help??


in reply to Favorite Descriptive Variable Name

I really like $foo when discussing code theoretically, but I never use it for actual programming. I frequently throw in $myInt's or such for quick things. In most other languages, I will usually label arrays as such, i.e.
var clientArray = new Array();
but this is of course redundant in Perl, which is nice because adding "Array" onto the end of a half dozen variables eventually takes up a lot of valuable horizontal space.

Log In?
Username:
Password:

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

    No recent polls found