Back to Tags
Solid
3 items tagged with "solid"
Filter by type:
Anti-Patterns2
Anti-Pattern
Refused Bequest
A subclass that inherits methods or data it does not want or use, often overriding them to do nothing, signaling a wrong inheritance relationship.
Anti-Pattern
Switch Statement Smell
Repeated switch or if-else chains branching on a type code, duplicated across the codebase, that should be replaced by polymorphism.