3

So, yesterday I was able to create a stack overflow using jQuery, just trying to do a fucking AJAX call.....
It took me fucking 2 hours and 5 rewrites to spot that I was trying to access an undeclared variable.....
Fucking useless error messages, like why would I get an overflow at dc, when it's a fucking undeclared variable..

Comments
  • 0
    Urgh. Tell me about it. JS can do sooooooo much....but it can't give me decent errors....
  • 2
    JavaScript can fuck right off with its error messages. It took about 3 hours of me and my co-worker's time to figure out that "previousSibling is undefined" means you're passing a float when only integers are acceptable. Grrrr
Add Comment