Hacker News new | ask | show | jobs
by husarcik 967 days ago
Fair enough. Most JavaScript code seems to avoid classes so it can be a little jarring if you're not use to it.
1 comments

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