diff options
author | Munyoki Kilyungi | 2022-09-30 09:51:58 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2022-09-30 09:52:38 +0300 |
commit | 0476c268fcd33a1a7019bec76a59603dd42318bb (patch) | |
tree | 5ad01f4a8356a384ed6c917121eef4d4abd910c6 /topics | |
parent | 3e80e2f0d3ee9cb7c2b65a7b68e7addfbf64ebe6 (diff) | |
download | gn-gemtext-0476c268fcd33a1a7019bec76a59603dd42318bb.tar.gz |
Update title
* topics/code-antipatterns.gmi: Update title.
Diffstat (limited to 'topics')
-rw-r--r-- | topics/code-antipatterns.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/code-antipatterns.gmi b/topics/code-antipatterns.gmi index 248effe..2544451 100644 --- a/topics/code-antipatterns.gmi +++ b/topics/code-antipatterns.gmi @@ -1,4 +1,4 @@ -# Introduction +# Coding Anti-Patterns This document contains some anti-patterns that have either been discussed during code-reviews or noticed by some one when refactoring any of GN's code-base. Use these "ideas" as a reference, and apply reasonable judgement depending on what you are working on. |