7
itch96
8y

Judge me all you want,
I don't think JavaScript is a good programming language and it should be improved in newer versions. Babel seems promising but still.......

Comments
  • 2
    Literally what Jerre said, except the link is outdated and ES7 is out, ES8 is being worked on
  • 0
    It's just that sometimes the new versions makes the old ones obsolete and legacy apps break
  • 2
    @itch96 Except it doesn't. The only major breaking change* recently is that unhandled rejected promises now throw. Like they should.

    Unless you are talking about particular frameworks, in which case it's not the language, but your tooling.

    * that would actually affect end users. TC39 and the node foundation have been incredibly good at not fucking legacy code over.
  • 1
    That said, there are new methods available that makes some of your old code look less smart than it used to, but it isn't obsolete just because it can be done smarter. :)
Add Comment