Earlier quoted context omitted.
Sounds similar to my personal history of adopting StandardJS ( https://github.com/standard/standard ) as soon as it appeared, doing the same at the org I was at the time. Based on memory, seems StandardJS appeared before Prettier in the ecosystem? It seems weird that StandardJS wasn't mentioned in this article, as surely the author must have known about it before starting Prettier. Still to this day I just use Standa…
Standard always struck me as kind of scummy - it tries to present itself as something bigger than what it really is, which is a tiny CLI wrapper around one guy’s ESLint config. You have to scroll way down the FAQ section before ESLint even gets mentioned. The author is just squatting on the “standard” namespace and using it to blag his way into relevance. Think how much more good it would do if the sponsors of this p…
Birth of Prettier
51–57 of 57 posts
Re: Birth of Prettier
#52Earlier quoted context omitted.
> format-on-save A dystopian feature!
I love format on save. I can type (or paste) ignoring whitespace, hit save, and everything pops right into place for me. Also, stuff not auto formatting is usually immediate feedback that I didn’t match my parenthesis or have some other major syntax error.
Re: Birth of Prettier
#53Earlier quoted context omitted.
> format-on-save A dystopian feature!
I love format on save. I can type (or paste) ignoring whitespace, hit save, and everything pops right into place for me. Also, stuff not auto formatting is usually immediate feedback that I didn’t match my parenthesis or have some other major syntax error.
Did this not indent where I expected? Did it not change the formatting?
Do I use it as a crutch? Maybe. Would I be a better programmer if I didn't use it? I doubt it.
Re: Birth of Prettier
#54Earlier quoted context omitted.
I love format on save. I can type (or paste) ignoring whitespace, hit save, and everything pops right into place for me. Also, stuff not auto formatting is usually immediate feedback that I didn’t match my parenthesis or have some other major syntax error.
I do care about my whitespace and it does have meaning. Throwing it all away on safe sounds annoying.
I don't care about horizontal white space. That should just properly get indented and spaced into a consistent block format.
Re: Birth of Prettier
#55Earlier quoted context omitted.
I do care about my whitespace and it does have meaning. Throwing it all away on safe sounds annoying.
I care about my vertical white space (eg: grouping some things together gives me some logical separation). I don't care about horizontal white space. That should just properly get indented and spaced into a consistent block format.
Re: Birth of Prettier
#56Earlier quoted context omitted.
I love format on save. I can type (or paste) ignoring whitespace, hit save, and everything pops right into place for me. Also, stuff not auto formatting is usually immediate feedback that I didn’t match my parenthesis or have some other major syntax error.
I do care about my whitespace and it does have meaning. Throwing it all away on safe sounds annoying.
Re: Birth of Prettier
#57Earlier quoted context omitted.
> format-on-save A dystopian feature!
I love format on save. I can type (or paste) ignoring whitespace, hit save, and everything pops right into place for me. Also, stuff not auto formatting is usually immediate feedback that I didn’t match my parenthesis or have some other major syntax error.