Friday, July 31, 2009

DevTnT 10 – Who to Blame for Code Changes?

In Visual Studio there is a feature called Annotate. In the Solution Explorer just right-click on a source code file and select Annotate. The result will be a view of this file where you have meta information for each line of code:

  • who did the latest change
  • when was it done
  • which changeset contains this modification

annotate

This can be useful in a code review or other situations where nobody remembers (or wants to remember ;-) who did the modifications.

No comments:

Post a Comment