When Test Coverage Isn't Enough

2 yakshaving_jgt 2 5/23/2025, 2:01:38 PM jezenthomas.com ↗

Comments (2)

turtleyacht · 8h ago
Also include mutation testing; Python has several.
cratermoon · 7h ago
"Making Failure Impossible" is an underutilized and underappreciated technique. In his book A Philosophy of Software Design, John Ousterhout has an entire chapter titled "Define Errors Out Of Existence".