Skip to content

Commit

Permalink
Updated the formatting for the blog quotation
Browse files Browse the repository at this point in the history
Updated the Blog quote from 'JS Recipes' in shuttingtheprocess.md to keep it uniform with other quotes.
  • Loading branch information
MisterSingh authored Feb 7, 2022
1 parent b8bd67e commit 5ee0d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sections/errorhandling/shuttingtheprocess.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ From the blog Joyent
From the blog: JS Recipes

> …There are primarily three schools of thoughts on error handling:
1. Let the application crash and restart it.
2. Handle all possible errors and never crash.
3. A balanced approach between the two
>1. Let the application crash and restart it.
>2. Handle all possible errors and never crash.
>3. A balanced approach between the two
### Blog Quote: "No safe way to leave without creating some undefined brittle state"

Expand Down

0 comments on commit 5ee0d75

Please sign in to comment.