show/hide this revision's text 4 formatting. OAOO and DRY.

Duplicate or copy/pasted code. When you start seeing things that could easily be reused that aren't, something is very wrong.

Refactoring to make reusable assemblies is the only cure.

See the Once and Only Once principle, and the Don't Repeat Yourself principle.

Simian, a code similarity detection tool works wonders for fixing this.

duplo is a good open source project that provides a free alternative.

show/hide this revision's text 3 Removed needless attribution (it's a wiki, people contribute). Added duplo reference.

Duplicate or copy/pasted code. When you start seeing things that could easily be reused that aren't, something is very wrong.

Refactoring to make reusable assemblies is the only cure.

From the comments to this answer comes another way to fix this:

Simian, a code similarity detection tool works wonders for fixing this.http://www.redhillconsulting.com.au/products/simian

Thanks to Paul Shannon

duplo is a good open source project that provides a free alternative.

show/hide this revision's text 2 added 318 characters in body

Duplicate or copy/pasted code. When you start seeing things that could easily be reused that aren't, something is very wrong.

Refactoring to make reusable assemblies is the only cure.

From the comments to this answer comes another way to fix this:

Simian, a code similarity detection tool works wonders for fixing this. http://www.redhillconsulting.com.au/products/simian

Thanks to Paul Shannon

    Post Made Community Wiki by Community
show/hide this revision's text 1