Code Smell 232 - Reusable Code
Don't Repeat Yourself. Don't Repeat Yourself
TL;DR: You can find missing abstractions by looking at repeated code
Problems
DRY principle violation
Maintainability
Ripple Effect
Solutions
Create the repeated code
Introduce an abstraction
Rep...
maximilianocontieri.com2 min read