summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2022-09-30 12:58:07 +0300
committerMunyoki Kilyungi2022-09-30 12:58:07 +0300
commit9db83b180ec72cc23e1384a699092a1ec151ed20 (patch)
treed318227ebefc68b030e094c36015f0736213b96b
parent4905d9fe61e5f31f5d10888c82a64e2d457daa83 (diff)
downloadgn-gemtext-9db83b180ec72cc23e1384a699092a1ec151ed20.tar.gz
Add extra topics to the coding-guidelines
* topics/coding-guidelines.gmi: Add extra topics.
-rw-r--r--topics/coding-guidelines.gmi7
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.