hideInNews@programming.dev to Programming@programming.dev · 2 months agoDuplication Isn’t Always an Anti-Patternmedium.comexternal-linkmessage-square5linkfedilinkarrow-up137arrow-down10
arrow-up137arrow-down1external-linkDuplication Isn’t Always an Anti-Patternmedium.comhideInNews@programming.dev to Programming@programming.dev · 2 months agomessage-square5linkfedilink
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up22·2 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.