Y
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
agency
3707 days ago
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...
link
untog
3707 days ago
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.
link
apo
3707 days ago
Could you cite some examples? It seems that using the rest of the conventions might eliminate many, if not all, of them.
link