rockerest’s avatarrockerest’s Twitter Archive—№ 11,558

  1. 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
    1. …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.
    2. …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 access get of undefined") is utterly useless. Try searching your code base for .get and see how helpful it is.
      1. …in reply to @rockerest