Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
This would be a valuable learning experience for everyone in the team. I can though, only imagine how the code written by 2 of the developers that worked where I am at before would score........brb i am gonna need a bigger drink
-
Root825315yI believe one of the functions at my previous job was 360?
But features there were often broken up into a rats nest of interdependent functions, each having shared state and globals and the works. So technically their individual complexities were low, but good fucking luck following any of it.
Anyway, I should run my current codebase through this. I'm really curious.
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
linuxxx23*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" 😐😶😮...
We did a small automated review on our code base at work. We discovered that multiple single functions written by my colleagues have a cyclomatic complexity of over 420.
I can't think of words to describe how shit that is.
rant
terrible
wtf