From 8603f5b126f3f5e7acca4a801619a5ebba770115 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Thu, 20 Sep 2018 10:54:28 +0200 Subject: [PATCH] Updated Exceptions and errors (markdown) --- Exceptions-and-errors.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Exceptions-and-errors.md b/Exceptions-and-errors.md index 69dc11c..27b621a 100644 --- a/Exceptions-and-errors.md +++ b/Exceptions-and-errors.md @@ -1,3 +1,8 @@ +Must-read: + +- http://joeduffyblog.com/2016/02/07/the-error-model/ +- https://gist.github.com/zah/d2d729b39d95a1dfedf8183ca35043b3 + [Draft] 1) We start actively discriminating between recoverable and non-recoverable errors when we discuss things.