Browse by Tags

All Tags » Code Metrics (RSS)

Visual Studio Code Metrics Cyclomatic Complexity & LINQ by javarg

Check about Cyclomatic Complexity . How does it work in Visual Studio? * CC = Cyclomatic Complexity CC = 1 static int MyComplexMethod( int number) { return number; } In the previous code fragment CC = 1 = one execution path. Next, having two possible...

Visual Studio Code Metrics & Refactoring by javarg

“ Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior .”  Martin Fowler Using Code Metrics feature of Visual Studio (or Code Metrics Power Tools...
More Posts