Hacker News new | ask | show | jobs
by douglasisshiny 970 days ago
Not a fan of the class-based approach.
1 comments

Fair enough. Most JavaScript code seems to avoid classes so it can be a little jarring if you're not use to it.
Even being used to it (from other languages), it's super jarring in JavaScript because it's redundant. JS has other, better ways to achieve the same result, so it's generally a step down just to be more familiar for non js devs