summaryrefslogtreecommitdiff
path: root/topics/coding-guidelines.gmi
diff options
context:
space:
mode:
authorArun Isaac2022-09-16 16:30:40 +0530
committerArun Isaac2022-09-16 16:30:40 +0530
commit72882e7d5206fed073c9f910a914a37c4e928817 (patch)
tree1aafd4a95512d5069a8b15f1255b7292c9c95584 /topics/coding-guidelines.gmi
parent304de26b8f10fbd0b03467895ee2f348fddd41f7 (diff)
downloadgn-gemtext-72882e7d5206fed073c9f910a914a37c4e928817.tar.gz
Explain the maybe monad.
Diffstat (limited to 'topics/coding-guidelines.gmi')
-rw-r--r--topics/coding-guidelines.gmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/topics/coding-guidelines.gmi b/topics/coding-guidelines.gmi
index 47cb697..1d5dc5a 100644
--- a/topics/coding-guidelines.gmi
+++ b/topics/coding-guidelines.gmi
@@ -3,6 +3,7 @@
We aim to adhere to the following coding guidelines.
=> /topics/use-exceptions-to-indicate-errors Exceptions, not None return values
+=> /topics/maybe-monad Maybe monad, not None values
=> /topics/better-logging Log messages
This document is an index of other documents describing coding guidelines. Add more here as you write/discover them.