Hacker News new | ask | show | jobs
by IshKebab 1321 days ago
Kind of funny because one of the benefits of tabs vs spaces that people laugh off is that it saves space.

I think it's probably correct to laugh this off though. Why would you care about the non-minified/gzipped size this much?

1 comments

TS devs still debating this in 2022? And i thought php devs are ridiculous for still debating setters and getters.
They aren't debating it. And I don't think why you'd think setters and getters are not worth debating. There are significant downsides to them (e.g. they make Dart's sound nullable support more annoying).