6 ms·
It depends. If the duplicated code is supposed to do the same thing in both places then the two pieces of code are already dependent. You change one of the dupl
by rapala 9y ago
It depends. If the duplicated code is supposed to do the same thing in both places then the two pieces of code are already dependent. You change one of the duplicates, you need to change the other one two.