#testing
Read more stories on Hashnode
Articles with this tag
In this article, I will show you how to improve your unit tests with the use of the builder design pattern. I will use it to solve one of the hardest...
Automated tests are one of the core principles for writing maintainable code. When we have tests, we can refactor code without worrying we might break...