priv-kweihmann/multimetric

Koopman Spaghetti Factor (KSF)

Opened this issue · 1 comments

https://github.com/ElectronVector/ravioli and https://betterembsw.blogspot.com/2017/08/the-spaghetti-factor-software.html

I've had to review code that has spaghetti-level complexity in control flow (too high cyclomatic complexity). And I've had to review code that has spaghetti-level complexity its data flow (too many global variables mixed together into a single computation). And I've had to review procedures that just go on for page after page with no end in sight. But the stuff that will really make your brain hurt is code that has all of these problems. -- Phil Koopman

Hi, yeah I read about it a while back and love it - currently I'm not planning to add any new features to the tool (just the usual maintenance), but feel free to come up with a PR to make it happen.
I happily assist you if you need support