4 ms·
> For this portion I don't necessarily do TDD, because I remain unconvinced that writing unit tests first is inherently better than writing unit tests afterward
by bbojan 2y ago
> For this portion I don't necessarily do TDD, because I remain unconvinced that writing unit tests first is inherently better than writing unit tests afterward.
I would argue that TDD doesn't imply writing unite tests - it's about writing any tests first.
If you have acceptance tests already written out, you're already doing TDD.