diff options
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. |