Live data from Hacker News

Viewing profile — just_astounded

just_astounded

HN member
Joined
Thu, Aug 03, 2017, 5:14 PM UTC
HN karma
27
Public activity
12 items

About just_astounded

No profile information was provided.

Recent public activity

  1. comment
    Comment #15489030

    If you like rsync and javascript, I wrote https://github.com/claytongulick/bit-sync which is kinda fun.

  2. comment
  3. comment
    Comment #14932439

    There are a lot of reasons, honestly, and it's great beer conversation, but from a high level: producing a concrete instance that invokes a constructor function with a shiny pristi…

  4. comment
    Comment #14926168

    While it hasn't changed their minds, I do see the authors of the proposal actively discussing and engaging with the community. That's better than nothing, I suppose.

  5. comment
    Comment #14926145

    I remember when Crockford released the fantastic book, JavaScript The Good Parts. I disagreed with some of his opinions in that book, like avoiding the use of 'new', but that book …

  6. comment
    Comment #14924201

    Until wasm has GC, we're not likely to see much in the way of compile-to-web outside of C, C++, or Rust.

  7. comment
    Comment #14923717

    > So why complain? So it is your opinion that the community and users shouldn't give feedback on the design and direction of the language they use every day? That's an interesting …

  8. comment
    Comment #14923476

    Yeah, I've only been doing OOP for about 22 years, so I'm pretty new to it. The point was that the syntactic sugar isn't needed. The 'class' sugar actually obscures the power of pr…

  9. comment
    Comment #14922516

    Don't we already have solutions (closures/WeakMap) for hard encapsulation? Seems like '#' just pollutes the language and isn't really needed.

  10. comment
    Comment #14922481

    I think the concern is that if you look here: https://github.com/tc39/proposal-private-fields/issues/14 and other places, you'll see this massive push back from the community, yet …

  11. comment
    Comment #14922459

    Agreed. We already had solutions for inheritance, etc... using prototypes, which are more powerful than classic OOP. Now we're in sort of a mess hybrid thing where issues like this…

  12. story