Code Smell 25 - Pattern Abusers
15 November, 2022
11
11
0
Contributors
TL;DR: Don't abuse patterns.
Problems
•
Over Design
•
Readability
Solutions
1.
Measure the tradeoff of patterns usage.
2.
Create solutions based on real world names (essential) over architecture (accidental).
3.
Choose good names.
Sample Code
Wrong
Right
Detection
Tags
•
Abuser
•
Naming
Conclusion
Relations
More Info
Credits
When you have a hammer, every problem looks like a nail.