Hmmm, my take on this is totally different from yours. When I hear "Stupid Emotional Programmer Attachment" I think of cases where I have been too proud of a particular chunk of code to see that the problem could be solved in a much simpler way. If you look for it, you will see hundreds of examples of this all around you -- situations where people were too proud of their homegrown HTML parser to use a CPAN module, too proud of their custom data persistence system to use a relational database, too proud of their XML skills to use a key=value config file. It's not a positive thing. To be a really effective programmer, you have to be able to shut down your ego now and then and accept that the coolest approach may not be the best way to get things done.

In reply to Re: Stupid Emotional Programmer Attachment, anyone? by perrin
in thread Stupid Emotional Programmer Attachment, anyone? by talexb

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.