Cut and Paste Code Reuse - JavaScript and C#
Posted
by tyndall
on Stack Overflow
See other posts from Stack Overflow
or by tyndall
Published on 2010-04-27T19:07:27Z
Indexed on
2010/04/27
19:13 UTC
Read the original article
Hit count: 559
What is the best tool(s) for tracking down "cut and paste reuse" of code in JavaScript and C#? I've inherited a really big project and the amount of code that is repeated throughout the app is 'epic'. I need some help getting handle on all the stuff that can be refactored to base classes, reusable js libs, etc...
If it can plug into Visual Studio 2010, that would be an added bonus.
© Stack Overflow or respective owner