The first thing I want to start with in this blog is unit testing. The reason for that is that you can only guarantee your software is as good as your tests. Anything that isn’t tested, and tested properly, might break at some point. In fact, even relatively well-tested software...
[Read More]