Wise words indeed. I've often wondered about the need to elevate certain individuals in a community to god-like status. This, of course, transcends Perl (and programming languages, and software, and so on) but still, more often than not, seems detrimental. I don't think it really provides an incentive to most programmers, but then again I never paid attention in psychology ;)

Also, as you touched on, near-fanatical devotions to certain paradigms doesn't help much either. Any code that doesn't conform to these specifications is instantly looked down upon. It's also the first thing that's looked for as a problem in posted code, often causing the reviewer to ignore actual errors and give advice like "add use strict, then repost" which doesn't really help anything.

So basically "me too" to the parent post :)


In reply to Re: Re: Perl Monks += TMTOWTDI (fallibility) by Anonymous Monk
in thread Perl Monks += TMTOWTDI by hacker

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.