From: marc Date: 2008-08-03T04:49:55+09:00 Subject: Re: unit testing advice David A. Black said... > One thing to remember is that TDD is about development, and that not > all instances of entering code on a keyboard are development. I just wanted to add that TDD, as well as being about development, is also about maintenance. By producing tests, you produce an asset, a very valuable one for us software folk, but also for the business. I place a much higher value on the balance sheet to code that is under test to code that isn't. -- Cheers, Marc