Hacker News new | ask | show | jobs
by bbojan 715 days 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.