Live data from Hacker News

What's New in JavaScript for 2019

developer.okta.com

1–10 of 85 posts

Re: What's New in JavaScript for 2019

#5
> There are a number of proposed changes to Classes, including field declarations, private methods and fields, and static methods and fields.

So make it look full on like traditional OOP with classes, I guess? I suppose the prototype folks lost this debate.

Re: What's New in JavaScript for 2019

#7
The only thing that still blows my mind are the private fields and methods. I understand there has been plenty of debate about it, but have not followed the conversation. I really hope that syntax does not get finalized.

Re: What's New in JavaScript for 2019

#8
post #3

Kill it with fire.

Why?

Not the OP, but so much about javascript rubs me the wrong way.

1) Mandatory javascript is making the internet a hostile place. Basically every site you visit asks you to run untrusted code to view it now. What could possibly go wrong?

2) It's a hastily thrown together language that was rushed out the door by a Netscape engineer long ago, and it shows.

3) The 'ecosystem' is like swamp right now, at least to me. Frameworks and approaches change almost monthly. To me the whole thing looks like totally unstable set of immature code that I'd hesitate to build on.

Post reply on HN