++nothingmuch for accepting TIMTOWTDI into your heart.

Most, if not all, agree that CPAN modules are very useful. I can tell that you agree with that as well. But there is no good reason why, if they don't quite do what you need or want, you should force yourself to make do. Great, so you're willing to put in the time to build yourself nothingmuch::DBI. There is nothing wrong with that.

<advice>
If I were in your shoes I wouldn't start from scratch; I would probably use other perl modules as springboards. I'd look at the source of whatever module I was dissatisfied with and see how I could change the interface or workings of it to suit my own needs and preferences.
</advice>

I think that the important part of the 'Don't reinvent the wheel' thing is to not start from scratch if you don't need to. It doesn't say 'Use what someone else has written unless you're absolutely sure there's nothing.' If what you need is something that looks and behaves exactly like DBI.pm, use DBI.pm. If what you need is close, but not quite, use DBI.pm as a departure point and modify it. If you need something completely different grab your Rizlas and roll your own. Doesn't mean you need to reinvent the Rizla.

LAI

__END__

In reply to Re: Reinventing the spaceship by LAI
in thread Reinventing the spaceship by nothingmuch

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.