Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: module advice

by scrottie (Scribe)
on Jun 11, 2003 at 00:07 UTC ( [id://264911]=note: print w/replies, xml ) Need Help??


in reply to module advice

Generally speaking, when methods require too many arguments, thats a symptom of a God Object. Refactoring a God Object is going a few steps past the "Currying" concept. In a nutshell, objifying more things gives you grainularity on state. Using one large object prevents structure form arising out of the chaos of your program (well, any program, I'm just being dramatic). Good user interfaces often take the form of creating one object, passing it options, then passing that object as an option to the constructor of another object. Each object contains configuration associated with what it represents in the world, and part of the configuration of other objects is the configuration already performed on existing objects. Pod::Tree and its related modules are an example of this. Feel free to email me at scott@slowass.net or markup the wiki pages at perldesignpatterns.com - I don't read comments, only headlines, and only sometimes. And whoever is doing that thing that gives me experience, stop it! I'm trying to lay low. -scott

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2025-06-18 05:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.