|
|
|
|
|
by ams6110
4712 days ago
|
|
A programmer calls a subroutine to save user-data on the hard disk without checking whether the operation was successful or not. This might not be blind-faith. "Fail-fast" is a legitimate pattern where you don't check for errors, you just let the program fail/terminate immediately. |
|