Topic: error safe systems
Topic: run-time assertions
Topic: error messages
| |
Reference
Shore, J.,
"Fail fast",
IEEE Software, September/October 2004, pp. 21-25.
Google
Quotations
21 ;;Quote: use assertions to fail fast; identifies difficult to detect and diagnose bugs; do not hide problems
| 22 ;;Quote: implement own assertion class for greater expressiveness and convenience
| 23 ;;Quote: descriptive assertions near the point of failure
| 24 ;;Quote: do not disable assertions in the field; needed for identifying problems
|
Related Topics
Topic: error safe systems (76 items)
Topic: run-time assertions (25 items)
Topic: error messages (37 items)
|