66
Opinions on how to deal with duplicate code.
(programming.dev)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
If the only difference between two classes or structs is hard coded config, rewrite to be a single implementation and pass the configs in.
If it's more in depth than that it may not be worth refactoring but future copies should be designed more generically.