You must log in or # to comment.
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.
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.