Furthermore the phrase ...in general indicates a confused mind... does not say that Fastolfe in particular has a confused mind. It just says that this kind of mistake is symptomatic of a confused mind.
Yes, I mean it that way. In code review, you don't usually get the luxury of reading each line of code. You rely on patterns of behavior. I treat some combinations of things as "speed bumps" that are not only questionable behavior in and of themselves, but also say "slow down, there's likely to be other confusion near here as well". And the result of this slowing down often pays off in finding other bugs.

Code review and QA is an art, not a science. After years of reading other people's code, I do a lot of things automatically, and I'm attempting to describe my behavior here, so if it doesn't always come across clean, bear with me. {grin}

-- Randal L. Schwartz, Perl hacker


In reply to RE: RE (tilly) 4: Answer: What is a good by merlyn
in thread What is a good "Press any key to continue" code? 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.