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
-
My favorite is when people with too much access do that in prod but meant to only change it in dev.
Related Rants
-
rephiscorth37Everyone here ranting about a fucking missing semicolon. I can't remember the last time a missing semicolon wa... -
CodesNotHot10-Laughed at Gitlab the other day -Accidentally dropped my db today. fuck karma -
codeclod15
When you have a super annoying problem that Google has been unable to help with... But you stumble upon a link...

I just spent 20m debugging.
Basically bootstrap nav wasn't working. Couldn't understand why not.
Figured out its a an issue with the JS interfering so I remove the script reference from my HTML. Problem solved.
Okay,cool. Now let's add that file back in and figure out what caused the issue.
Hm. This line looks like it might be it *comments it out*...odd. Problem still happens.
*proceed to comment out and test every function to see what could be causing this issue*. Still happens. Fuck it. *comments the entire file out*
what the fucking fuck. I remove the script reference the problem is gone. I remove all code from the script - problem persists.
...wait...are you fucking kidding me. I OPENED THE WRONG JS FILE WITH THE SAME NAME BUT IN A DIFFERNT DIRECTORY.
undefined
fuck
bugfix