Compare text of two methods

Posted by The Talking Walnut on Stack Overflow See other posts from Stack Overflow or by The Talking Walnut
Published on 2009-04-15T15:48:22Z Indexed on 2010/04/23 4:03 UTC
Read the original article Hit count: 168

Filed under:
|

Is there a tool that can do a diff of two methods? I'm working on some legacy code that has several 100-200 line methods that contain a lot of duplication and I would like to abstract the duplication out. Being able to diff the two methods would be a huge help. In case it matters, I'm working with .NET and Visual Studio 2008.

© Stack Overflow or respective owner

Related posts about diff

Related posts about tools