|
|
|
|
|
by zulu-inuoe
1249 days ago
|
|
What I find so interesting is that we all effectively do TDD, except without commitment to it - Imagine writing some code and not at least testing it out with several test cases. The absolute bare minimum should be for you to write those informal tests down and commit them to the repo.
That's some golden knowledge I've gotten over time It just requires the overhead of setting up the test runner |
|