What exactly is McCabe cyclomatic complexity?
-
Hi,
The cyclomatic complexity is a measurement of the code complexity proposed by McCabe which is often considered as a magic number which allows us to measure the complexity of a program.
With Squish Coco 4.2 we will support the measurement of McCabe’s cyclomatic complexity.
But how good is this metric? Read more on https://www.froglogic.com/blog/what-is-cyclomatic-complexity/
-
Hi,
The cyclomatic complexity is a measurement of the code complexity proposed by McCabe which is often considered as a magic number which allows us to measure the complexity of a program.
With Squish Coco 4.2 we will support the measurement of McCabe’s cyclomatic complexity.
But how good is this metric? Read more on https://www.froglogic.com/blog/what-is-cyclomatic-complexity/
The only adequate metric of code complexity is "WTF per minute" :)