I started skimming the rules and was like "this all seems fine" and then noticed "no semicolons". YOU'LL PRY THEM FROM MY COLD, DEAD HANDS FIRST
Proposed JavaScript Standard Style
11–20 of 116 posts
Re: Proposed JavaScript Standard Style
#12Downside is that very few other authors are using it, so when you share code people are concerned about its format (no semicolons in particular).
Re: Proposed JavaScript Standard Style
#13Re: Proposed JavaScript Standard Style
#14I started skimming the rules and was like "this all seems fine" and then noticed "no semicolons". YOU'LL PRY THEM FROM MY COLD, DEAD HANDS FIRST
That is a really bizarre choice since I think "no semicolons" is the less popular position by far.
Re: Proposed JavaScript Standard Style
#15I started skimming the rules and was like "this all seems fine" and then noticed "no semicolons". YOU'LL PRY THEM FROM MY COLD, DEAD HANDS FIRST
Re: Proposed JavaScript Standard Style
#16Re: Proposed JavaScript Standard Style
#17"Standard" for whom? This is just some guy enshrining his preferences.
But this isn't a real web standard!
Of course it's not! The style laid out here is not affiliated with any official web standards groups, which is why this repo is called feross/standard and not ECMA/standard.
The word "standard" has more meanings than just "web standard" :-) For example:
This module helps hold our code to a high standard of quality.
This module ensures that new contributors follow some basic style standards.Re: Proposed JavaScript Standard Style
#18"Standard" for whom? This is just some guy enshrining his preferences.
> No decisions to make.
That can be good, certainly Go developers benefit from the lack of bikeshedding over style.
But the authors of standard didn't take this advise; they did make decisions, the ones that they prefer. If they would have just grepped through NPM to figure out the most popular style choices I would have respected the idea a bit more.
Re: Proposed JavaScript Standard Style
#19I started skimming the rules and was like "this all seems fine" and then noticed "no semicolons". YOU'LL PRY THEM FROM MY COLD, DEAD HANDS FIRST
I hope they enjoy their subtle and extremely hard to find errors.