diff options
author | Eduardo Julian | 2022-11-16 23:17:45 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-16 23:17:45 -0400 |
commit | 4ea7563c46a07dbe1cb84547a60e9398144917ae (patch) | |
tree | 1ec4f761600dba9c415d437ecc7b9dba1d3bd57f /documentation/bookmark/error | |
parent | 91a1f21f3c75750217d272554bc8a341f075f82d (diff) |
Added generic logging abstraction/machinery.
Diffstat (limited to 'documentation/bookmark/error')
-rw-r--r-- | documentation/bookmark/error/message.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/error/message.md b/documentation/bookmark/error/message.md index 62c93e8dd..b9c2af76b 100644 --- a/documentation/bookmark/error/message.md +++ b/documentation/bookmark/error/message.md @@ -1,5 +1,6 @@ # Reference +0. [When life gives you lemons, write better error messages: When it comes to error handling, it truly is a team sport](https://wix-ux.com/when-life-gives-you-lemons-write-better-error-messages-46c5223e1a2f) 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) |