7 ms·
Yes, cyclomatic complexity might be a popular metric but it was never a good one. At least not for its original purpose. That said, I occasionally find cyclomat
by nephrenka 5y ago
Yes, cyclomatic complexity might be a popular metric but it was never a good one. At least not for its original purpose.
That said, I occasionally find cyclomatic complexity useful: cyclomatic complexity is a pretty good estimate on the number of unit tests a piece of code needs.