Your comparison between language immersion and writing a large program all at once is invalid, since you get real-time feedback during the language immersion. You don't spend the whole class trying to pronounce words on your own and then get a list of everything you did wrong at the end.

You are only partially correct, in my view. While I may get real-time feedback, I may have absolutely no idea what to make of that feedback. I remember on my first visit to the Netherlands. My friend Wim Bloemen took me to a family gathering... I was the only one in a room of maybe 20 Dutch family members who had no clue what the others were chattering about (except, by some ESP, I always knew when they were talking about me). It was a fascinating experience as, for once, I was a lingual minority. In such situations, the real-time feedback becomes just like a Perl golf regular expression... a bunch of line noise.

In any case, my point was -- am I making myself prone to commiting errors because I am always depending upon the perl -w switch to complain. Its like constantly depending on the calculator and hence, losing the ability to compute basic math quickly in one's head.

--

when small people start casting long shadows, it is time to go to bed

In reply to Re^2: Programming strategy with no on-going testing by punkish
in thread Programming strategy with no on-going testing by punkish

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.