A TDD Mindset
Posted on Wed 16 July 2025 in Methodology • Tagged with test, tdd, requirements
In the beginning of my career, I discovered that having automated tests is invaluable when making changes to any non-trivial software system. Or, put differently, I realized that changing a non-trivial software system without having the support of a suite of automated tests is both risky and time consuming.
Continue reading