Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: What are the core points of good procedural software design? (functions, code structuring)

by moritz (Cardinal)
on Jun 23, 2008 at 10:56 UTC ( [id://693486]=note: print w/replies, xml ) Need Help??


in reply to Re: What are the core points of good procedural software design? (functions, code structuring)
in thread What are the core points of good procedural software design? (functions, code structuring)

or in other words, you're turning global variables into local ones (or in perl terms, lexical vars), and subs into closures.

That can work fine in many cases, but you should be aware of that distinction.

Update: slight re-wording.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-03-29 12:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found