We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation smells Long Method - Done Complex Method - Done Long Parameter List - Done Long Identifier - Done Long Statement - Done Complex Conditional - Done Virtual Method Call from Constructor - Done Empty Catch Block - Done Magic Number - Done Duplicate Code Missing Default - Done
Design smells Unnecessary Abstraction - Done Imperative Abstraction - Done Multifaceted Abstraction - Done Unutilized Abstraction - Done Duplicate Abstraction
Deficient Encapsulation - Done Unexploited Encapsulation - Done
Broken Modularization - Done Insufficient Modularization - Done Hub-like Modularization - Done Cyclically-dependent Modularization - Done
Wide Hierarchy - Done Deep Hierarchy - Done Multipath Hierarchy - Done Cyclic Hierarchy - Done Rebellious Hierarchy - Done Unfactored Hierarchy Missing Hierarchy - Done Broken Hierarchy - Done
Architecture smells Cyclic Dependency Unstable Dependency Ambiguous Interface God Component Feature Concentration Scattered Functionality Dense Structure
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Implementation smells
Long Method - Done
Complex Method - Done
Long Parameter List - Done
Long Identifier - Done
Long Statement - Done
Complex Conditional - Done
Virtual Method Call from Constructor - Done
Empty Catch Block - Done
Magic Number - Done
Duplicate Code
Missing Default - Done
Design smells
Unnecessary Abstraction - Done
Imperative Abstraction - Done
Multifaceted Abstraction - Done
Unutilized Abstraction - Done
Duplicate Abstraction
Deficient Encapsulation - Done
Unexploited Encapsulation - Done
Broken Modularization - Done
Insufficient Modularization - Done
Hub-like Modularization - Done
Cyclically-dependent Modularization - Done
Wide Hierarchy - Done
Deep Hierarchy - Done
Multipath Hierarchy - Done
Cyclic Hierarchy - Done
Rebellious Hierarchy - Done
Unfactored Hierarchy
Missing Hierarchy - Done
Broken Hierarchy - Done
Architecture smells
Cyclic Dependency
Unstable Dependency
Ambiguous Interface
God Component
Feature Concentration
Scattered Functionality
Dense Structure
The text was updated successfully, but these errors were encountered: