Re: Timeless Classics of Software Engineering

From: Rene de Visser <Rene_de_Visser_at_hotmail.de>
Date: Wed, 11 Aug 2004 13:09:56 +0200
Message-ID: <cfcuq4$4kb$1_at_news1.wdf.sap-ag.de>


"Phlip" <phlip_cpp_at_yahoo.com> wrote in message news:NUiSc.1341$ZC7.427_at_newssvr19.news.prodigy.com... > rem642b wrote:
 ...
> > I agree. That's one of the winning things about interactive languages
> > such as LISP. When I write LISP code, I unit-test one line at a time as
> > I write it. When I have finished all the lines of a function, I
> > unit-test that function for each of the different kinds of situation it
> > must deal with. I include all my unit-tests as comments just after the
> > end of the function definition, so later if I need to change that
...
I leave my unit tests in uncommented so that they execute after each function is compiled,
that way I can be that they are applied each time.

This cannot always been done though, as some tests can take a long time to run if you are testing a
large number of input combinations.

Rene. Received on Wed Aug 11 2004 - 13:09:56 CEST

Original text of this message