-
This kind of colossal bullshit is what happens when you have a shitty developer monoculture centered on a shitty browser. Sadly, Firefox can't use the better error messages (I find Chrome's messages uninformative) because garbage developers hard-code against error message strings evilpies/1072237683391561730
-
…in reply to @rockerest
I'm really demoralized about the state of the internet. I thought we had learned from the late nineties and early 2000s, but it seems like we're about to plunge right back into the *exact* same crap.
-
…in reply to @rockerest
95% of the time, there's a standard interface around a set of modules and I'll be accessing
X.get(),Y.get(),Z.get()etc. Chrome's message format ("Can't accessgetof undefined") is utterly useless. Try searching your code base for.getand see how helpful it is.