TDDTestingUsing Test-driven Development to Drive Code QualityThe purpose of this article is to show why Test Driven Development is an excellent approach to…Frederik BankeJanuary 03, 2021 25 min
6 TipsTesting6 Tips for Creating Tests for Your CodeThere is still too much code without automated tests in place. It is a pity since automated tests…Frederik BankeJuly 22, 2020 2 min
DependenciesTestingBreaking DependenciesIn a legacy codebase, there are often a considerable amount of dependencies. It makes it hard to…Frederik BankeJuly 04, 2020 7 min
Automated RefactoringTestingWhy Use Automated Refactoring?Using automated refactorings allows us to make changes to our code without introducing behavioral…Frederik BankeJune 22, 2020 3 min
Legacy CodeTestingAdding Unit-tests to a Legacy CodebaseAdding unit tests to a legacy codebase is quite different beast than adding it to new code. It…Frederik BankeMay 26, 2020 3 min