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
-
webmon19yYou should add a few more nested ifs and a new comment at the end // whoa, can't be too careful now!
-
Don't be alarmed, for this is a glimpse of what is to come. Think of the possibilities...
Related Rants
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
xonya7I had to add a "I'm not a robot" checkbox to protect an email address written in a page reachable only from ou...
-
DRSDavidSoft13Customer: ... and can you also disable right-click to prevent our website's content from being copied? Me:
Reviewing bosses code and had these two if statements with no logic between
if (someVar) {
if (someVar) { // double check someVar is true just in case
}
}
undefined
useless