Second part of my series on "To test or not to test": What if we weren't allowed to write automated tests? What concepts, approaches, and tools would help us?
https://www.planetgeek.ch/2026/03/12/to-test-or-not-to-test-part-2-make-it-hard-to-make-mistakes/

planetgeek.ch
To test, or not to Test? Part 2 – Make it hard to make mistakesI wrote code without tests that ran in production without defects, and I wrote buggy code with TDD (Test Driven Development). Time to look back at 35 years of coding and when tests help, and when there is something better. And especially, what these better things are. In this part: What would you do if...