|
|
|
|
|
by jalfresi
4699 days ago
|
|
I've always equated javascript without semi-colons with missing comments and poor commit messages. It's just inconsiderate to other developers who have to read your code. I understand that it is a "feature" of javascript (misfeature in my opinion), but the point that "everyone else does it is not a good argument" is false. We've got like 15 years of javascript written with semicolons. Stop being an inconsiderate prick and just friggin write the code like everyone else! Don't be that guy (or gal). Comment your code. Write good commit messages. Use semicolons in your javascript. |
|