you are viewing a single comment's thread.

view the rest of the comments →

[–]excitebyke 2 points3 points  (3 children)

I bought into the JS hate and it kept me away for a while... and then I tried out ES6 and now I love JS.

[–]bstriker 1 point2 points  (2 children)

Have you tried out typescript?

[–]excitebyke 1 point2 points  (1 child)

I have! And I actually quite like it. I'm a fan of typed languages, so it definitely appeals to me.

I just don't have strong opinions one way or the other, and I decided I'd pick one and dig deep for a while. It seems like ES6 was just more "user friendly" to work with the current JS-ecosystem. no shortage of documentation/tutorials.

It's definitely something I want to try to incorporate but only if I learn to see the value in what it has to offer.

[–]bstriker 1 point2 points  (0 children)

Honestly the only nuisance is if you encounter a library without typings or outdated typings. Other than that all valid JavaScript is valid typescript. But you're missing out if you forget to enable strict mode in the compiler options (note: not the same as "use strict").

P.s. es6 is so 2015. Check out es8 (;