"Any problem can be solved by adding another abstraction layer, except that of having too many abstraction layers."

Yes, it is possible to have too many abstraction layers. But as long as abstraction layers improve your productivity more than they cost, they pay for themselves.

That said, when there is an obscure problem, someone has to be able to figure out enough to track it down. Just today I spent an hour tracking down a problem caused by a Mason upgrade. The solution was to change a call to Apache::Request->new to Apache::Request->instance instead. It was a one word bug fix, but how much energy was required to figure out that word! (The bug was that after moving to a current version of Mason, we were no longer able to set TEMP_DIR. If we moved to Apache2, the bug might or might not reappear. If it does, then fixing it will require a patch to Mason.)


In reply to Re: Is too much abstraction a bad thing? by tilly
in thread Is too much abstraction a bad thing? by silent11

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.