No, of course it would not be an "additional feature" request. It would be an original feature request. "This code doesn't have feature $X" is not the same as "This code is buggy". Failing to implement required features makes the code incomplete. It doesn't mean the code contains any bugs.

Code being bug-free obviously does not mean that there are no features that it leaves unsatisfied.

But the empty program successfully implements the following important features:

  1. Compiles without errors
  2. Validates all required inputs
  3. Reproduces itself
  4. Does not allow any SQL injection attacks
  5. Produces all output in UTF-16
  6. Produces all output in 7-bit ASCII
  7. Produces all output in Big5
  8. Logs detailed error reports if any operation it attempts fails
  9. Exits immediately if used as part of any illegal or immoral activity
  10. All output is automatically translated into the viewer's native language, even if there are multiple simultaneous viewers
  11. All network communication is encrypted so that not only can the NSA never decrypt a single byte of it, they can't even detect it

- tye        


In reply to Re^9: regexp class (no bugs) by tye
in thread re: regexp class by Anonymous Monk

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.