Y
Hacker News
new
|
ask
|
show
|
jobs
by
nsajko
2751 days ago
But why was the scenario not tested before production? Should that not be the case anyway?
2 comments
cultus
2751 days ago
You can never guarantee you really have 100% test coverage in all scenarios in complex software.
link
pjc50
2751 days ago
Indeed. It gets asymptotically more expensive. Whereas a typechecker is a system of tests that's able to "cover" 100% of the code.
link
empath75
2751 days ago
It’s cute that you think tests find all problems.
link