Code Smell 34 - Too Many Attributes
7 December, 2022
3
3
0
Contributors
Problems
•
Low Cohesion
•
Coupling
•
Maintainability
•
Readability
Solutions
1.
2.
3.
4.
Examples
•
DTOs
•
Denormalized table rows
Sample Code
Wrong
Right
Detection
Tags
•
Conclusion
Relations
Credits
So much complexity in software comes from trying to make one thing do two things.