Hacker News new | ask | show | jobs
by fragmede 480 days ago
Human reason is fine, the problem is that human attention spans aren't great at checking for correctness. I want every corner case regression tested automatically because there's always going to be some weird configuration that a human's going to forget to regression test.
1 comments

With any non trivial system you can’t actually test every corner case. You depend on human reason to identify the ones most likely to cause problems.