All Stories

The Synergy of C4, Facades, and TDD

In today’s fast-paced software development environment, leveraging architectural models that improve clarity and maintainability while supporting robust test practices is crucial. This post explores how we can combine the components...

Test F.I.R.S.T.

Almost anyone can write automated tests. However, writing good tests is not nearly as common. So what makes a test good? Obviously, we could look at test coverage or perhaps...

Lost benefit of unit testing

Unit testing is good. It comes with a lot of advantages, but somehow there are still many people who hate it. That’s why we shouldn’t blame the testing itself, but...