File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
lib/elixir/pages/anti-patterns Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ Anti-patterns describe common mistakes or indicators of potential problems in co
4
4
They are also known as "code smells".
5
5
6
6
The goal of these guides is to document known anti-patterns found in Elixir software
7
- and teach developers how to identify and correct them. If an existing piece of code
8
- matches an anti-pattern, it does not mean your code must be rewritten. However, you
9
- should take its potential pitfalls and alternatives into consideration.
7
+ and teach developers how to identify them and their limitations. If an existing piece
8
+ of code matches an anti-pattern, it does not mean your code must be rewritten.
9
+ No codebase is free of anti-patterns and one should not aim to remove all
10
+ anti-patterns of a codebase. The goal is to promote a discussion of potential
11
+ pitfalls and provide alternatives into consideration.
10
12
11
13
The anti-patterns in these guides are broken into 4 main categories:
12
14
You can’t perform that action at this time.
0 commit comments