diff options
author | Munyoki Kilyungi | 2022-09-30 12:58:07 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2022-09-30 12:58:07 +0300 |
commit | 9db83b180ec72cc23e1384a699092a1ec151ed20 (patch) | |
tree | d318227ebefc68b030e094c36015f0736213b96b /topics | |
parent | 4905d9fe61e5f31f5d10888c82a64e2d457daa83 (diff) | |
download | gn-gemtext-9db83b180ec72cc23e1384a699092a1ec151ed20.tar.gz |
Add extra topics to the coding-guidelines
* topics/coding-guidelines.gmi: Add extra topics.
Diffstat (limited to 'topics')
-rw-r--r-- | topics/coding-guidelines.gmi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/topics/coding-guidelines.gmi b/topics/coding-guidelines.gmi index 1d5dc5a..8f83ba5 100644 --- a/topics/coding-guidelines.gmi +++ b/topics/coding-guidelines.gmi @@ -5,5 +5,12 @@ 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 +=> /topics/code-antipatterns Coding Anti-Patterns +=> /topics/lisp/debugging Debugging lisp +=> /topics/lisp/common-lisp-sly Common LISP: sly +=> /topics/lisp/define-condition Common Lisp Condition Handling +=> /topics/lisp/lisp4schemers Lisp For Schemers +=> /topics/lisp/tips-and-tricks Defining a scheme sexp comment with a reader macro +=> /topics/profiling_python_code Profiling Python code This document is an index of other documents describing coding guidelines. Add more here as you write/discover them. |