hideInNews@programming.dev to Programming@programming.dev · 2 months agoDuplication Isn’t Always an Anti-Patternmedium.comexternal-linkmessage-square5fedilinkarrow-up137arrow-down10cross-posted to: [email protected]
arrow-up137arrow-down1external-linkDuplication Isn’t Always an Anti-Patternmedium.comhideInNews@programming.dev to Programming@programming.dev · 2 months agomessage-square5fedilinkcross-posted to: [email protected]
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.