Having a robust test suite, or indeed sometimes even just a good type system, catch a legit problem you *just* introduced (and would have otherwise missed) is one of the real joys of coding.
1 month ago Β· π northin
Last week my tests caught a bug in my fix for another bug. My first thought was that tests were broken. But it was truly satisfying to realize that the test I wrote and forgot about 6 months ago just saved me and QA from headache Β· 1 month ago
yeah thats why we do unit testing and suchβ¦π Β· 1 month ago