5 ms·
I assume you don't write device drivers or operating systems? Predicting every possible failure reason for a function is impossible. Every function is a maybe
by maxcoder4 3y ago
I assume you don't write device drivers or operating systems?
Predicting every possible failure reason for a function is impossible. Every function is a maybe function.
- kibwen 3y agoIf enumerating every possible failure mode of a function is impossible, then that would underscore the importance of failing fast and dynamically restarting components in order to provide robustness in the face of unforeseeable errors.