Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Tact and the Monastery

by helgi (Hermit)
on Sep 17, 2002 at 11:46 UTC ( [id://198460]=note: print w/replies, xml ) Need Help??


in reply to Re: Tact and the Monastery
in thread Tact and the Monastery

I'm with you on this one kschwab.

I certainly try not to use too many temporary, intermediate variables, but I do if they add to readability for a future maintainer of the code.

My basic criteria for using a temporary variable is this:
If I can think up a meaningful, transparent name for it, I can use it.

For example, in your case, @chars and $salt are both meaningfully named, thus allowed. What I would not allow would be @array and $foo for the same variables.

Regards,
Helgi Briem

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-25 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found