How to fix the copy/paste-pattern?

Posted by Lenny222 on Programmers See other posts from Programmers or by Lenny222
Published on 2011-02-02T09:17:09Z Indexed on 2011/02/02 15:33 UTC
Read the original article Hit count: 259

Filed under:

Where i work, people (consultants) feel pressed to release features as fast as possible. So instead of spending too much time on thinking about how to do things the right way or because they don't want to break anything, code gets copied from different modules and modified.

It's not easy to prevent this, since the code base is open to the whole company. Lots of people work on this.

Now that the mess is there already, what is the best way to remove those redundancies without breaking too much?

© Programmers or respective owner

Related posts about refactoring