“Node.js is one of the worst things to happen to the software industry” (2012)
11–20 of 39 posts
Re: “Node.js is one of the worst things to happen to the software industry” (2012)
#12Javascript is the Visual Basic of the 201x's. Like Visual Basic-- it convinced people who otherwise had no idea what they were doing that they were programmers. It's fun for the rest of us CS/Math guys to sit back and watch you JS programmers discover things we learned 40 years ago. :-)
Re: “Node.js is one of the worst things to happen to the software industry” (2012)
#13What morbid nonsense. I don't think there's a single language or framework that I haven't heard this about. None of our tools are perfect, but great software has been written with all of them anyway, and lots of people have enjoyed working with those tools along the way. If you don't like a tool, switch or build a better one. Don't write long borderline-nihilistic blog posts about how everything is terrible and we're…
Re: “Node.js is one of the worst things to happen to the software industry” (2012)
#14Javascript is the Visual Basic of the 201x's. Like Visual Basic-- it convinced people who otherwise had no idea what they were doing that they were programmers. It's fun for the rest of us CS/Math guys to sit back and watch you JS programmers discover things we learned 40 years ago. :-)
Most of the concepts in JS date back to Scheme and the Actor Pattern languages of the 70s & 80s.
In other words: you really don’t know what you’re talking about.
Re: “Node.js is one of the worst things to happen to the software industry” (2012)
#15"for any other problem anything else will be much better than Node.js, even PHP."
Why?
While it might be true to certain extend (i.e. Node not being the right solution for many cases), this article is just filled with baseless arguments.
Re: “Node.js is one of the worst things to happen to the software industry” (2012)
#16What morbid nonsense. I don't think there's a single language or framework that I haven't heard this about. None of our tools are perfect, but great software has been written with all of them anyway, and lots of people have enjoyed working with those tools along the way. If you don't like a tool, switch or build a better one. Don't write long borderline-nihilistic blog posts about how everything is terrible and we're…
Why not? Is there something wrong with expressing an opinion about a programming language. You've just expressed a similar opinion about their right to expression.
Re: “Node.js is one of the worst things to happen to the software industry” (2012)
#17The main argument is that "of all the ways of doing concurrency, callbacks are by far the worst". I tend to agree. Now we have async/await, I think there is no problem.
Callbacks were advertised as the reason why one should use node. They're a foundation of JS.
Then they got covered up by promises. And now, with async await, we're back full circle towards the style of a more linear programming language such as python.
Re: “Node.js is one of the worst things to happen to the software industry” (2012)
#18Re: “Node.js is one of the worst things to happen to the software industry” (2012)
#19"Of all the ways of doing concurrency, callbacks are by far the worst," Why? Working with callbacks on a solo thread has proved to be more performant I/O wise than threads. "for any other problem anything else will be much better than Node.js, even PHP." Why? While it might be true to certain extend (i.e. Node not being the right solution for many cases), this article is just filled with baseless arguments.