Ask HN: People who looked down upon Node.js/JS, has ES6/etc. changed your views?
The JS ecosystem has gone through a lot of development recently, and with incredibly fast pace. ES2015, ES2015+, Babel, React, Angular, TypeScript.
People who looked down upon Node or JS in general, have your views changed?
6 comments
[ 3.0 ms ] story [ 27.5 ms ] threadIt amplifies much of the criticism of JS and the JS ecosystem that I have been presented with.
Just because I moved to JS, doesn't mean I threw away the best practices I learned earlier. I still take a careful look at node packages I use and try to understand how it works before blindly using it. I've worked with some people who would look up something on npm, then immediately go npm install and go to production. You can do that in Java, too.
Only thing I worry about now is that I don't use Java, C#, etc enough to prove to job recruiters that I'm not rusty.