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