Hacker News new | ask | show | jobs
by Khao 3707 days ago
I hope they enjoy their subtle and extremely hard to find errors.
3 comments

They address this directly - the only edge case with omiting semicolons is starting lines with ( or [ and they check this for you. See: https://github.com/feross/standard/blob/master/RULES.md#semi...
I alternate between projects with and without semicolons, and I'm yet to run into a single error as a result of omitting a semicolon. I don't understand what kind of code other people are writing that does.
Could you cite some examples? It seems that using the rest of the conventions might eliminate many, if not all, of them.