.net - Cut and Paste Code Reuse - JavaScript and C# -


what best tool(s) tracking down "cut , paste reuse" of code in javascript , c#? i've inherited big project , amount of code repeated throughout app 'epic'. need getting handle on stuff can refactored base classes, reusable js libs, etc...

if can plug visual studio 2010, added bonus.

simian has built in support c# , javascript. there tool called clone detective works add-in visual studio, although doesn't works javascript.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -