Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Basic programming question

by samizdat (Vicar)
on Jan 27, 2005 at 13:08 UTC ( [id://425544]=note: print w/replies, xml ) Need Help??


in reply to Basic programming question

You're asking whether an assignment then a possible re-assignment is 'better' than an if-then-else with a single assignment. Yes?

My question to you (building on another AM's) is what your criteria is? Is it readability and maintainability? Or, is it speed? In this trivial case, speed is pretty much a wash. Were you to be doing multiple assignments, however, it might be better to use A than B. In either case, the difference in CPU time per branch is minimal and not a factor.

As a coder who more often than not gets down to assembly, I'm used to B, and I think most coders are. As long as you don't need to make a flowchart for Management, B is every bit as usable as A from the maintainability standpoint.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://425544]
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: (3)
As of 2024-04-26 02:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found