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
-
Just be glad the function isn’t being called recursively at one of those nested levels.
-
@sslPoodle
switch (rant) {
case UNDERSTOOD :
// comment 1
break;
case UNUNDERSTOOD :
// comment 2
break;
} -
I have a war story for you. About 2 jobs ago I worked on some js code that was 63 function calls deep... 63.. like wtf.
23 nested If statements....are you fucking kidding me!!
rant