Y
Hacker News
new
|
ask
|
show
|
jobs
by
magixx
2191 days ago
I believe cyclomatic complexity is related to what you're looking for.
https://en.m.wikipedia.org/wiki/Cyclomatic_complexity
There are tools/plug-ins available which try to measure this which could result in less complex and thus more readable code.