Rethinking my stance on TDD
Is following the TDD standard really a waste of time or am I just wrong?
Is following the TDD standard really a waste of time or am I just wrong?
While testing your code is a great thing, useless end-to-end testing can be cumbersome. Here's how I leveraged tags to only run certain tests in PRs!