diff options
Diffstat (limited to 'documentation/bookmark/error')
-rw-r--r-- | documentation/bookmark/error/exception.md | 5 | ||||
-rw-r--r-- | documentation/bookmark/error/handling.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/error/message.md | 7 |
3 files changed, 16 insertions, 0 deletions
diff --git a/documentation/bookmark/error/exception.md b/documentation/bookmark/error/exception.md new file mode 100644 index 000000000..09b43b1eb --- /dev/null +++ b/documentation/bookmark/error/exception.md @@ -0,0 +1,5 @@ +# Reference + +0. [Using Coroutines to Implement C++ Exceptions for Freestanding Environments - Eyal Zedaka - CppCon 21](https://www.youtube.com/watch?v=TsXYqnUXrwM) +0. [You don't understand exceptions, but you should](https://matt.might.net/articles/implementing-exceptions/) + diff --git a/documentation/bookmark/error/handling.md b/documentation/bookmark/error/handling.md new file mode 100644 index 000000000..ebc537c09 --- /dev/null +++ b/documentation/bookmark/error/handling.md @@ -0,0 +1,4 @@ +# Reference + +0. [Failing Successfully: Reporting and Handling Errors - Robert Leahy - CppCon 2021](https://www.youtube.com/watch?v=dQaRLmM7KKk) + diff --git a/documentation/bookmark/error/message.md b/documentation/bookmark/error/message.md new file mode 100644 index 000000000..62c93e8dd --- /dev/null +++ b/documentation/bookmark/error/message.md @@ -0,0 +1,7 @@ +# Reference + +0. [Rethinking errors, warnings, and lints](http://neugierig.org/software/blog/2022/01/rethinking-errors.html) +0. [Error Message Style Guides of Various Languages](https://www.pypy.org/posts/2021/12/error-message-style-guides.html) +0. [Error Messages in Haskell, and how to Improve them](https://anthony.noided.media/blog/haskell/programming/2020/05/14/haskell-errors.html) +0. [The Futhark Error Index](https://futhark-lang.org/blog/2021-09-24-the-futhark-error-index.html) + |