Browse by Tags

All Tags » Linq (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...
More Posts