Y
Hacker News
new
|
ask
|
show
|
jobs
by
rakpol
3626 days ago
Isn't cyclomatic complexity just about the number of paths through code? It seems like (statically resolved) nested calls, as long as they don't loop or branch themselves, shouldn't increase cyclomatic complexity.
1 comments
sb8244
3626 days ago
There may be subtle branches like error handling that can impact it for otherwise non branching code
link