Most annoying is the need to write in ES6/Babel today, and all these js hipsters that really believe this is the future of web development. I totally hate Babel with it's dozens of Webpack patches/plugins to make it work. Oh, and don't forget your (Airbnb style) linter if you want to be politically correct. No one needs Babel to write stellar code IMHO. Unfortunately it is not about the quality of the code you write,…
Let's establish a couple things right off the start: 1. You can write great applications without the latest language features 2. The latest language features do make development easier Babel is necessary for #2 if you don't have control over the browser which your users use to access your site. If you don't want to transpile, don't. It's as simple as that. However, the future of JS is the future of web development, t…
> If you don't want to transpile, don't. It's as simple as that.
Are you kidding? Please tell me your estimation of how many developers write in ES6/ES7 without using Babel or other transpiler???
You don't really need to tell me what Types are about, I have a long standing C/C++ background. And I really don't need Typescript. I use dynamic type checking based on ES3, does the job flawlessly already for years. Very rare for me to have a type related bug. I'm always wary of people that preach Typescript; what code do they write to get in so much trouble with types?
> Many would say that someone should be forced to write in a typed language in general in order to be taken seriously.
omg.. 'forced', this is bad.
I'm only looking forward to webassembly, that will be the real game changer and the end of JS as we know it.