DEV Community

Discussion on: TDD Part 1: Why Should I?

Collapse
 
andreidascalu profile image
Andrei Dascalu

Tdd can be interesting as an exercise in discipline as long as you mean unit tests.

Collapse
 
hallsamuel90 profile image
Sam Hall

Yes definitely! Higher-level tests are important as well, but that is out of the scope of this series. Albeit acceptance tests that use mostly real objects are an important part of outside-in TDD.