Monks,

While perusing a /. discussion regarding an acticle in Queue by ACM about how programmers should be blamed for poor security, not languages, I ran across this comment.

Like with perl, I'm not always wanting to use strict and warn; I like not having to predeclare all my variables, for one thing...(and sometimes I'd have to lookup how to predeclare some kinds of hashes and arrays...)

While I understand that this is one random posting on the internet, does it not alarm some of you? I am sure there are a case or two where you want to program in the afformentioned style...but prefering it as a way of development? People are out putting the reputation of perl on the line with these notions of style and maintainability every day. What can we as a community do to promote higher quality code? Personally I take an interest in trying to better my: efficiency,maintainability, and style every time I write something new. Why are programmers lazy and/or have a lack of integrity in regards to code?


Grygonos

In reply to Keeping perl credible in the eyes of the world.. by Grygonos

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.