Saturday, July 26, 2008  Search
AADND Forums   Minimize
SearchForum Home
  Discussions  General  Code Metrics...
 Code Metrics
 
 3/1/2007 12:48:50 PM
Dave Baldwin
72 posts


Code Metrics

Take a look at this article http://blogs.msdn.com/fxcop/archive/2007/02/28/announcing-visual-studio-code-metrics.aspx

Looks like VS will be able to generate code metrics. They talk about Maintainability Index, Cyclomatic Complexity, Depth of Inheritance, Class Coupling, and Lines of Code. Too bad you have to pick up Team Suite to see it

 


Dave Baldwin
 3/1/2007 2:17:29 PM
evarlast
9 posts


Re: Code Metrics
If you just want code metrics you can install DXCore and get some 3rd party metrics for free.  Although I'd highly recommend buying CodeRush(comes with DXCore) and getting the default metrics and then installing the 3rd party metrics if you need them.

Visual Studio shouldn't exist without CodeRush.
  Discussions  General  Code Metrics...