This reads more like a ramble than something that resembles an argument of any coherency. For example, why not assign some blame that the consumer hardware technology is not up to snuff, or why bring in CoffeeScript as a counterpoint to JavaScript's flaws, CoffeeScript having some arguably worse problems? The JS examples are particularly contrived, since most serious developers avoid many of the approaches, if not all, laid out in the code snippets.
Yeah, but he linked to the most epic internet take-down of any language ever[0]. So, you know: points++
But the brief section on SQL is just weird. It's so completely awful that some people invented a shitty way to not use it? That's the argument? Huh. Command Lines must be completely awful because someone invented a mouse and some pictures, and those are a shitty way to not use command lines.
I find it amazing how all these self proclaimed web gurus that make "pretty" blog posts or articles think that they're way of doing things is so great. This ∆ is how his blog looks on my phone. Gotta love reading two words on a line.
Nobody said it's completely awful. It's just that using learning another language for it isn't necessarily the best way to go for someone new. Just like I'd rather use only one single language for scripting on my PC, not 5.
Well, if a database were a PC that you were writing some scripts for, then it might make sense to control it with the same language you use for scripting your PC, wouldn't it? I'd say it's a different enough thing that the same tool doesn't fit both well.
But to be serious, it's not the language that's the barrier. It's the concept of sets and set computation that's different from the more normal things. The language just happens to address the problem domain pretty well. What avoiding learning a smidge of SQL does is allow you to avoid learning to understand your data. And that's probably fine for a beginner. But the article wasn't really addressed to what's wrong with the web for beginners. It's about what's wrong with the web, period. And I don't think that SQL--as a langauge--is really a problem.
True, but people associate it with web development. Do a university course, most likely they'll teach you PHP. Contract someone to do a small site for you, they'll probably use PHP. WordPress uses PHP and it's the foundation of some of the most popular websites on the web.
Even if you want it or not, PHP is part of the web, de facto or not.
The article's flaws aside, it does give a number of specific examples of Javascript design flaws, specifically type system flaws leading to unintuitive results (like the "wat" talk).
These are real flaws, which actually occur in real code that people are writing in Javascript, and this has been the case as long as Javascript was a thing.
It is not trivial to avoid all of Javascript's design flaws, and the bugs they create, all of the time. Pretending otherwise is like pretending that "serious" C programmers always free their memory and never dereference invalid pointers. Even if you can solve certain problems by always writing your comparisons backwards, there is a design flaw there that didn't strictly need to exist. C has at least the excuse that it's intentionally very low-level.
Whether you like them or not, whether their problems end up being worse, the huge number of layers and transpilers over Javascript (like Coffeescript and jQuery) have a following because of Javascript's enduring legacy of pain. But due to the politics of browsers (and not due to Javascript's supposedly perfect design) we seem to be permanently stuck with Javascript as the only real browser language.
I agree with your points, but as far as the high level argument as to "why the web sucks" goes, they are fairly weak towards that end and not as decisive as laid out in the article.
Every programming language has it's warts, JS is no different. But it's no harder to learn or work in then any other language, and it's far easier then most.
CoffeeScript sure does have some problems of its own, but it was designed to be compilable to JavaScript.
And of course developers are not going affected by the flaws mentioned in the snippets, but they're present and not nice. Would you like to work on a desk that's always messy?