Thursday, November 29, 2007

Coad Letter Interview with Ron Jefferies

Could it get any better than a Ron Jefferies interview in the Coad Letter?

Write the tests first to drive what needs to be written.

Tests prove that what you wrote works.

Tests also protect code against the unintentional introduction of errors in the future.

Tests also help us design the code and its interface.

Tests also explain the code.


Remember - tests reveal assumptions and verify them at the same time.

See http://dn.codegear.com/article/29689