|
|
|
|
|
by wing-_-nuts
1119 days ago
|
|
>TDD being a typical example Shots fired! I love tests, but I mostly agree with you. The whole idea of 'write your tests first' is great if everything is precisely defined. I find it odd I haven't seen more pragmatism around unit testing in the blogosphere. It's TDD or death out there. |
|
https://hitchdev.com/hitchstory/approach/snapshot-test-drive...
E.g. "define API call -> don't define API response -> write the code that spits out the correct response -> auto-rewrite the test according to the response and commit".