DEV Community

Discussion on: Testing 101: Introduction to Testing

Collapse
 
leob profile image
leob

That's an interesting take on the pros and cons of TDD ... the problem with unit tests is often that too much trivial testing is done which is just extra code that needs to be maintained ... if done poorly then it's more of a hindrance than a benefit ... that's why deciding what to test is so important ... think before you act.