summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-08-25 11:40:08 +0530
committerArun Isaac2022-08-25 11:42:49 +0530
commit4bc1c4c4c7563d51b1258409de0d6663dfa5c726 (patch)
treea4d0a38928423b12faf86f01af2c7e54dd610e76
parent574900c30dc5576d04c5306187df4fe2e1785ef0 (diff)
downloadgn-gemtext-4bc1c4c4c7563d51b1258409de0d6663dfa5c726.tar.gz
Collect coding standards documents.
-rw-r--r--topics/coding-guidelines.gmi8
1 files changed, 8 insertions, 0 deletions
diff --git a/topics/coding-guidelines.gmi b/topics/coding-guidelines.gmi
new file mode 100644
index 0000000..47cb697
--- /dev/null
+++ b/topics/coding-guidelines.gmi
@@ -0,0 +1,8 @@
+# Coding guidelines
+
+We aim to adhere to the following coding guidelines.
+
+=> /topics/use-exceptions-to-indicate-errors Exceptions, not None return 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.