http://www.perlmonks.org?node_id=750311


in reply to Top Seven (Bad) Reasons Not To Use Modules

++ for a great post. I would also add re "I don't need a module for this simple task" - if you have to ask the monks it isn't that simple.

But along with BrowserUK, I think that you are underestimating the problems caused by too many dependencies.

The more I think about this, the more I'm coming to the conclusion that module use is like the conversation we had in the CB last night (paraphrased) - why do only the best coders think they make dumb mistakes? Clinton - because that's how they became good coders. SGML based languages look a lot simpler to parse than they really are. It takes a fair amount of experience to judge the amount of work involved in a rewrite, especially when 1K of code is backing a single function that you need. Many of our novices don't have that experience and so can't see why it isn't so simple.

The challenge for us is how to communicate that experience in just a few lines in the CB or a short post.

Best, beth