aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/error
diff options
context:
space:
mode:
authorEduardo Julian2022-04-08 01:49:29 -0400
committerEduardo Julian2022-04-08 01:49:29 -0400
commite5e4c2aff562e5c01fefb808d1d68a40f29c9cc5 (patch)
tree6b56a158a19debc0d3cd1d98e88e2ee91ed8a823 /documentation/bookmark/error
parentc85697eee8ce3dac5480a3ba2b31cc4943e1d8e6 (diff)
Can now deploy releases with Aedifex.
Diffstat (limited to 'documentation/bookmark/error')
-rw-r--r--documentation/bookmark/error/exception.md5
-rw-r--r--documentation/bookmark/error/handling.md4
-rw-r--r--documentation/bookmark/error/message.md7
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)
+