Welcome to Simple Programming
Cyclomatic complexity is a software metric, used to indicate the complexity of a program.
If a code has too many branches or loops; this may indicate a function needs to be broken up into smaller functions, or that it has potential for simplification.
コメント