multimetric icon indicating copy to clipboard operation
multimetric copied to clipboard

Koopman Spaghetti Factor (KSF)

Open BradKML opened this issue 3 years ago • 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

BradKML avatar Oct 16 '21 16:10 BradKML

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

priv-kweihmann avatar Oct 17 '21 09:10 priv-kweihmann