|
|
|
|
|
by hathawsh
3219 days ago
|
|
It sounds like you're talking about cyclomatic complexity. https://en.wikipedia.org/wiki/Cyclomatic_complexity There are tools out there for most major programming languages for measuring cyclomatic complexity. They can tell you whether typical coders will be able to help you work on your program at its current complexity level. |
|