in reply to Aris Adamantiadis 💲Paid

@aris this latest one is simply iterating over all relevant git tags, then runs 'git show' on the proper files into the pmccabe tool and stores the output for every tag. Then I gnuplot the the graph itself. Part of my curl dashboard setup.

github.com/curl/stats/blob/mas…

github.com/curl/stats/blob/mas…

in reply to daniel:// stenberg://

When we do the right de-complications, the number will go down.

But it‘s refactoring on how things operate, not „just“ splitting up high-scoring functions into pieces.

Complexity, to me, is dominated by the amount of state functions operate on. Not the if/switch paths. When all functions have access to a couple hundred state variable, things remain very complex.