- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] Paying Money for Quality (and software testing)
- From: mark@xxxxxxxxxxxx (Mark Greenaway)
- Date: Fri, 5 May 2006 18:28:41 +1000
- User-agent: Mutt/1.5.9i
On Sat, Apr 29, 2006 at 09:35:19PM +1000, Ken Foskey wrote:
> > Don't you think we may be right?
> Absolutely. I have written perl modules with test scripts and without.
> The ones with test scripts have always been faster to develop. This
> sounds absolutely wrong however it is what I have found.
This is exactly what I've found as well. There are a few mistakes I've
consistently made in my programming career which I've slowly managed to
learn not to repeat as I've gained experience. And they have been:
1) Think more about the problem domain
2) Structure the code better now
3) Write more tests, and run them after each and every change
Works for me.
Mark