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 -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
