Thursday, April 5, 2012

Visual Studio Code Clone Capability

I have not really finished the last post, but I wanted to note this quickly. In trying to determine why Visual Studio 11 did not ship with MSTest I came across a cool article about unit testing. One of the cool things it highlights is that you can now look for similar lines of code to the one you found the bug in, and evaluate them all for similar refactoring. This is a nice sounding feature and I want to know how it will work out in practice.