From 4d289d448802ccb3100cfd6e001e0ef30ab5272b Mon Sep 17 00:00:00 2001 From: Konstantine Rybnikov Date: Wed, 4 Mar 2015 09:31:07 +0200 Subject: [PATCH] Proposal to add few paragraphs From my experience, while topics usually cover different methodologies of working with exceptions, real programs and libs in non-small apps use them all, so you have to combine or make sure you can convert between all possible types easily. --- content/all-about-exceptions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/all-about-exceptions.md b/content/all-about-exceptions.md index 3216c09..98365d0 100644 --- a/content/all-about-exceptions.md +++ b/content/all-about-exceptions.md @@ -22,3 +22,5 @@ Should cover: * [Wrap exceptions to provide context](http://stackoverflow.com/questions/27346380/how-to-wrap-exceptions-to-provide-context) * [General dislike of exceptions](http://www.reddit.com/r/haskell/comments/2ety9f/new_blog_post_dealing_with_asynchronous/ck3fkbp) * enclosed-exceptions +* Examples of code-conversion between all possible error styles +* unexceptionalio and errors libraries