Topic: error safe systems
Group: exception handling
Topic: exception handling by recovery block or rescue clause
Topic: exception handling by termination
| |
Reference
Wirfs-Brock, R.,
"Designing for recovery",
IEEE Software, July/August 2006, pp. 11-13.
Google
Quotations
11 ;;Quote: high-quality software should keep working in spite of anticipated glitches
| 12 ;;Quote: on failure, silently ignore the request, admit failure, resign, retry, alternative action, or appeal to a higher authority
| 12 ;;Quote: resign instead of failing fast; free up resources, clean things up, and signal definite failure; recovery isn't possible
|
Related Topics
Topic: error safe systems (76 items)
Group: exception handling (12 topics, 314 quotes)
Topic: exception handling by recovery block or rescue clause (22 items)
Topic: exception handling by termination (16 items)
|