JaKXz / jakxz.github.io

Home Page:https://jasonkurian.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDD doesn't have to be dogmatic

utterances-bot opened this issue · comments

TDD doesn't have to be dogmatic | Jason Kurian

That's right, I said it

https://jasonkurian.dev/learning/tdd-does-not-have-to-be-dogmatic

I like the pragmatic approach to TDD you're describing here. I like to setup some tests when I'm beginning to implement a feature because that makes it easy to execute my code in a tight iteration loop. But there's usually also some exploratory implementation, and then rounding-out of test coverage at the end.

Now for maximum cringe: "Ask not what you can do for TDD, but what TDD can do for you"