Hacker News new | ask | show | jobs
by thebokehwokeh2 2996 days ago
I agree with prototype inheritance.

I don't know how you avoid `this` and `class` though, especially with all client side code heavily relying on these.

I don't know about you, but coding in mid 2000s where these things didn't exist was toothache inducing levels of pain. At least `class` syntactic sugar standardizes how things look.

Just a cursory look at how an entire react would be written without class already sends shivers down my spine.