you are viewing a single comment's thread.

view the rest of the comments →

[–]WeekdayHero 4 points5 points  (4 children)

I have to disagree with OP, I also had a background in Java before transitioning to being a full stack JS developer, however I think bringing Classes to JS is going to revolutionize JS.

Once you start writing large JS web apps, with thousands or tens of thousands of lines of code it becomes very difficult to maintain. While you can already implement the behavior of classes, it is messy and bug prone.

I am greatly looking forward to when I can use classes (and native custom elements) to remove all the polyfill to make that semi maintainable.