Hacker News
new
top
best
ask
show
job
When Test Coverage Isn't Enough
(
jezenthomas.com
)
2 points
by
yakshaving_jgt
8 hours ago
2 comments
turtleyacht
8 hours ago
Also include mutation testing; Python has several.
cratermoon
8 hours 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".