Do you lock yourself in a room and code till you finish, or do you ensure you have plenty of distractions in the way of cats and music and family, etc.?
Distractions? What for?
Do you go at it in one shot without getting up, or do you break it up into small phases?
Yeeeessssss.
And, most important, do you test as you go, or have you become so good that you don't make silly little mistakes such as misplacing punctuation and the like?
Test as you go by creating test scenarios to verify desired output. If you perceive that you would be wise to become more aware of the perils of punctuation in Perl programming, it is advisable to do so.
How do you write a lot of code while making sure that each smaller component piece is bullet-proof?
In practical application, the method of "test-driven" programming or whatever you want to call it is just the way you end up doing it when it has to get done.   To help figure out "what's right for you", ask yourself:   Would you compose a symphony (or even try to figure out how to play some catchy tune) without picking up an instrument to see if you're on the right track?

<reggae>The wise man build his house on the rock; the foolish man build his house on the sand </reggae> :-)

In reply to Re: Programming strategy with no on-going testing by nerfherder
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.