hideInNews@programming.dev to Programming@programming.dev · 3 months agoDuplication Isn’t Always an Anti-Patternmedium.comexternal-linkmessage-square1linkfedilinkarrow-up125
arrow-up125external-linkDuplication Isn’t Always an Anti-Patternmedium.comhideInNews@programming.dev to Programming@programming.dev · 3 months agomessage-square1linkfedilink
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up13·3 months 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.