hideInNews@programming.dev to Programming@programming.dev · 2 days agoDuplication Isn’t Always an Anti-Patternmedium.comexternal-linkmessage-square5fedilinkarrow-up130arrow-down10
arrow-up130arrow-down1external-linkDuplication Isn’t Always an Anti-Patternmedium.comhideInNews@programming.dev to Programming@programming.dev · 2 days agomessage-square5fedilink
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up14·1 day agoExcessive deduplication is an anti pattern. The point about removing duplicates is to make the maintaining of the code easier. If it makes it harder, then it’s the wrong abstraction.
Excessive deduplication is an anti pattern.
The point about removing duplicates is to make the maintaining of the code easier. If it makes it harder, then it’s the wrong abstraction.