Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
There's more than one way to do things
 
PerlMonks  

Minimizing dependencies (was: Perl Factory Method Pattern?)

by lachoy (Parson)
on Oct 12, 2004 at 20:40 UTC ( [id://398747]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Perl Factory Method Pattern?

Just a few words on minimizing dependencies:

Having to download/build dependencies is a complaint a lot of people have with large modules/applications on CPAN. I don't personally agree with not using a module because of dependencies-- especially a pure-Perl module! without additional dependencies of its own! -- but you should at least realize that you're making a number of trade-offs by doing so.

  • This module has been on CPAN for nearly four years, and has been exercised by lots of people in lots of situations on lots of platforms. Yours is brand new and barely tested.
  • Chances are those additional features in the module are there for a reason; if you continue to improve yours for a while you'll probably see why.
  • Because it's written for public vs. private consumption I'm guessing it has much better documentation than you're going to write, which makes it easy for the person reading your code six months from now to figure out what's going on. Even if that person six months from now is you.

I'm not saying anything bad about re-creating functionality to learn how it works because I learn by doing too. Going through the trials of typing in code, debugging it, thinking about ways to break it is a great way to learn. (And I've been known to recreate some wheels as well...) But CPAN is such a fantastic resource that it seems a shame to dismiss it because you'll have to mount the wheel yourself :-)

And yes, I'm the Class::Factory author, so I'm a little biased :-)

Chris
M-x auto-bs-mode

  • Comment on Minimizing dependencies (was: Perl Factory Method Pattern?)

Replies are listed 'Best First'.
Re: Minimizing dependencies (was: Perl Factory Method Pattern?)
by osunderdog (Deacon) on Oct 27, 2004 at 14:52 UTC

    It's a great library and I'm going to end up using it. I'll just add it to a local package collection.


    "Look, Shiny Things!" is not a better business strategy than compatibility and reuse.


    OSUnderdog

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://398747]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.