Test driven development - convince me!
Posted
by
Casebash
on Programmers
See other posts from Programmers
or by Casebash
Published on 2010-09-03T10:04:46Z
Indexed on
2012/12/03
23:23 UTC
Read the original article
Hit count: 272
I know some people are massive proponents of test driven development. I have used unit tests in the past, but only to test operations that can be tested easily or which I believe will quite possibly be correct. Complete or near complete code coverage sounds like it would take a lot of time.
- What projects do you use test-driven development for? Do you only use it for projects above a certain size?
- Should I be using it or not? Convince me!
© Programmers or respective owner