You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
33
33
These are what we could consider as potential bad practices. Things such as long methods, nested conditionals, feature envy, and so on 😊
34
34
35
-
The different Code Smells are grouped based on the following taxonomy ([source](http://mikamantyla.eu/BadCodeSmellsTaxonomy.html)) where you will find each one of the single examples:
35
+
The different Code Smells are grouped based on the following taxonomy ([source](https://mmantyla.github.io/BadCodeSmellsTaxonomy)) where you will find each one of the single examples:
36
36
37
37
* Bloaters: Something that has grown so large that it cannot be effectively handled
38
38
* Object-Orientation Abusers: Solutions that does not fully exploit the possibilities of object-oriented design
0 commit comments