**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][1] principle. [Simian](http://www.redhillconsulting.com.au/products/simian), a code similarity detection tool works wonders for fixing this. [duplo](http://duplo.giants.ch/) is a good open source project that provides a free alternative. [1]: http://en.wikipedia.org/wiki/Don't_repeat_yourself