diff options
author | Arun Isaac | 2022-08-25 11:40:08 +0530 |
---|---|---|
committer | Arun Isaac | 2022-08-25 11:42:49 +0530 |
commit | 4bc1c4c4c7563d51b1258409de0d6663dfa5c726 (patch) | |
tree | a4d0a38928423b12faf86f01af2c7e54dd610e76 /topics/coding-guidelines.gmi | |
parent | 574900c30dc5576d04c5306187df4fe2e1785ef0 (diff) | |
download | gn-gemtext-4bc1c4c4c7563d51b1258409de0d6663dfa5c726.tar.gz |
Collect coding standards documents.
Diffstat (limited to 'topics/coding-guidelines.gmi')
-rw-r--r-- | topics/coding-guidelines.gmi | 8 |
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. |