Writing code that's breakable with tests
Taking the idea of modern scientific discovery by Karl Popper, a programmer should write code that’s breakable in tests.
This is crucial for production grade code, where we asolutely need to know the boundary of the logic of the code and how it can break.
Written on July 1, 2026
