With TDD principles (but not necessarily practices) any single method is testable by design and your code is clean and understandable. Even without unit tests.
Tag Archives: coding
A Quick Cost/Benefit Perspective of Unit Tests
Unit tests are a significant development cost. However, the interesting question is another: when is this cost worth? Sometimes it is; sometimes not.