#unit-testing
Read more stories on Hashnode
Articles with this tag
In your unit and integration tests, avoid using tools that automatically generate test input data. Unless you are fuzz testing or your goal is to...
One of the first things you learn as a software engineer is to avoid code duplication whenever possible. But this same learned aversion to duplication...