diff options
Diffstat (limited to 'topics/code-antipatterns.gmi')
-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. |