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: 236

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.

  1. What projects do you use test-driven development for? Do you only use it for projects above a certain size?
  2. Should I be using it or not? Convince me!

© Programmers or respective owner

Related posts about programming-practices

Related posts about unit-testing