From 7065711272b26481590462add2034220b28a0105 Mon Sep 17 00:00:00 2001 From: Refaktor Date: Thu, 18 Apr 2024 12:25:06 +0200 Subject: [PATCH] Create reading_material.md --- _sandbox/reading_material.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _sandbox/reading_material.md diff --git a/_sandbox/reading_material.md b/_sandbox/reading_material.md new file mode 100644 index 00000000..0f4a3681 --- /dev/null +++ b/_sandbox/reading_material.md @@ -0,0 +1,16 @@ +# Reading material + +## Rebol + +## Error / failire handling + +https://middlemost.com/failure-is-your-domain/ + +https://joeduffyblog.com/2016/02/07/the-error-model/ +https://www.tritondatacenter.com/node-js/production/design/errors +https://youtu.be/Xhx970_JKX4 +https://ericlippert.com/2008/09/10/vexing-exceptions/ + +## Concurrency + +https://medium.com/techhappily/go-concurrency-2-2-patterns-and-idioms-error-handling-c18e4e083a74