Personally Class::DBI scares me. While it sounds like you have some fair points, and some reasonable comments from other monks, i think there is an angle not mentioned. Maybe your Boss has a point to some of his carping? Maybe overreliance on "magical" modules that you dont know that well is part of the problem? (Note i dont know who you are or what your skill levels are, for all i know you could have written C::DBI in the first place, so im not trying to be snotty here.)

For instance i've seen a lot of comments about C::DBI that make me think its not suitable for nontrivial production DB enviornments. My own personal experience with it convinced me quite quickly I wouldn't gain any dev time, nor quality by using it. Maybe you need to reasses your tools in light of the comments by your boss and the apparently aggresive time schedule that your project is operating under.

Also, i think perhaps its worth remembering that Perfect is the enemy of the Good. Its better to have something running properly quickly than to eventually have something running The Right Way.

---
$world=~s/war/peace/g


In reply to Re: Stress affecting code output by demerphq
in thread Stress affecting code output by Anonymous Monk

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.