Alright, I can understand that, and I agree.

I consider P::C much more like warnings and strict, and -Wall and all of those lovely GCC warnings we keep increasing in Parrot.

Yes, in theory, I'm a good enough programmer that I shouldn't write dubious code. Sometimes I do, though. In particular, I think of -Wc++-compat, which warns about perfectly legal C code that a C++ compiler can't compile. That's not a problem for me or most of our platforms, but a few platforms have C compilers so awful and old and broken that the only hope of compiling anything resembling modern C is with a C++ compiler. If there are C++-style errors in our code, they won't work.

I'm all in favor of using warnings and tools like this to help develop well, and I agree that there's no substitute for wisdom and experience and careful thought... but I just can't see how the tools are bad in and of themselves, when they have good and practical uses.

Yes, there are people who will abuse them. They'll abuse anything though, and in the absence of good tools that thoughtful people could use to do good things, incompetent and malicious people will invent new ways of malice and incompetence. We can't avoid that, so we might as well concentrate on making good things that people can use productively instead.


In reply to Re^10: Modern Perl and the Future of Perl by chromatic
in thread Modern Perl and the Future of Perl by chromatic

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.