caplin / StyleGuide

A javascript style guide

Home Page:http://caplin.github.io/StyleGuide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grammar for number 2

gillescochez opened this issue · comments

Not sure if it's me but this sentence doesn't sound right grammatically

"Semicolons after every statement except control flow ending with curly brackets (if/while/etc)"

Seems fine to me, how would you word it?

I guess "Use semicolons after every function statement" is enough as it's the only case I could think of where we put semicolons.