Hacker News new | ask | show | jobs
by dlbucci 2232 days ago
I used always have semi-colons too, but now that my code is always transpiled, I just let the transpiler handle it (and TypeScript does a good job catching ambiguities/unintended code pretty well too).