Hacker News new | ask | show | jobs
by stephenr 5094 days ago
> It's a style choice

No. max line lengths is a style choice. indenting with spaces vs tabs is a style choice brace position is a style choice

Using prototypes and instances in JS is about using the right tool for the job.