|
|
|
|
|
by temporallobe
476 days ago
|
|
That’s why TDD (Test-Driven Development) has become a trend. I personally don’t like TDD’s philosophy of writing tests first, then the code (probably because I prefer to think of a solutions more linearly), but I do absolutely embrace the idea and practice of writing tests along side of the code, and having minimum coverage thresholds. If you build that into your pipeline from the very beginning, you can blame the “process” when there aren’t enough tests. |
|
I don't typically write tests first so it's not true TDD but it's been a big personal process improvement and quality boost.