"YES, you do have time to work through 100s of error messages."

Having taught Computer Science labs in the past (C++), i noticed that many, many students try to write the entire program up front, then try to debug everything. I would force them to add/make one change at a time, save, compile, fix errors .. repeat. The idea is that if you only make one change, the error will be less ambigious, and you more than likely will know exactly where the problem is (but not always what).

Strict keeps me from doing stupid stuff like i demonstrated many moons ago at (jeffa) Re: using. Unfortunately, it doesn't make me design my ideas before i start coding or stop at good points along the way for sanity checks and it sure doesn't enforce me to use CVS.

In other words ... strict is just a small part of the solution, and i don't have any horror stories to tell because i always use it. :)

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
B--B--B--B--B--B--B--B--
H---H---H---H---H---H---
(the triplet paradiddle with high-hat)

In reply to Re: Tales from the Crypt, 'use strict' Horror Stories by jeffa
in thread Tales from the Crypt, 'use strict' Horror Stories by ptkdb

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.