Last active
June 26, 2022 04:34
-
-
Save MauricioRobayo/a4ac5598b488b394fe30536d15a42499 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| When critical resources are not available on startup, the application should print an error message and stop immediately. | |
| The first step towards getting error handling right is to stop the application when its environment is broken. Start agreeing on the environment spec in the first iteration, and make sure that failure to comply with the environment during startup leads to immediate and sudden failure of the application with a sensible error message. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment