dynamic typing questions

John Roth newsgroups at jhrothjr.com
Sat Dec 20 16:14:40 EST 2003


"Alexander Schmolck" <a.schmolck at gmx.net> wrote in message
news:yfsu13viaf2.fsf at black132.ex.ac.uk...
> "John Roth" <newsgroups at jhrothjr.com> writes:
>
> > Also, pervasive testing has so many other advantages
> > that I'm beginning to think that debuggers were the
> > single worst invention in history.
>
> Pervasive testing is much easier in an interactive enviroment with a good
> debugger.

It's much easier if you automate your tests, you write them
first and you write the code for each one as you write the test.

Then you don't need the debugger. Usually.

John Roth
>
> 'as






More information about the Python-list mailing list