#unit-tests
Read more stories on Hashnode
Articles with this tag
Code Coverage is a valuable metric in software development, especially when it comes to testing. It provides insights into how much of your codebase...
One of the most common traits of C# developers is the excessive usage of interfaces. For every non-DTO class we define, we usually also create the...