DEV Community

Discussion on: When Test-driven Development Clicks

Collapse
 
chenge profile image
chenge

I prefer Test Support First not Test First.

Respect test value and design support test first, not much magic here we only need Dependence Injection, so we can mock when we need test.

So after verify our design can support test, we focus on code features. When need or happy we can write one or two tests.

TDD is too heavy word.

TSF no TF.