Live data from Hacker News

Simple Testing Can Prevent Most Critical Failures [pdf]

eecg.toronto.edu

1–3 of 3 posts

Re: Simple Testing Can Prevent Most Critical Failures [pdf]

#2
Error handling on signals are such and easy thing to put off and "do later." Even though the signals often will tell you something about how to error correct.

In one way I feel like the title for the paper is not correct, in the conclusion, they state that testing all these signals is not straight forward. But in my experience, a lot of critical failures could be prevented with very simple automated testing.

Re: Simple Testing Can Prevent Most Critical Failures [pdf]

#3
post #2

Error handling on signals are such and easy thing to put off and "do later." Even though the signals often will tell you something about how to error correct. In one way I feel like the title for the paper is not correct, in the conclusion, they state that testing all these signals is not straight forward. But in my experience, a lot of critical failures could be prevented with very simple automated testing.

Agree with you totally.