#unit-testing
Read more stories on Hashnode
Articles with this tag
I sometimes hear people object to writing unit tests on the basis that most test failures are false negatives, and that the problems typically turn...
Two ways I use unit tests while fixing bugs ยท Background My previous post covers a bug that I recently fixed as part of a .NET upgrade. This post covers...
The problem I'd developed some functionality which meant changes to pricing needed approval. I wrote the code with a suite a unit tests and sent it...