No reviews yetBe the first to leave a review for Prettier
Tempo - Align Work to Strategy — Turn Jira Data Into Strategic Clarity
Turn Jira Data Into Strategic Clarity
Promoted
It's awesome tool which should be used in every company doing JS/TS to speed up development, and remove need to care much about code style - which will be great by automated format.
Pros:
Remove need to manually format code again. Great to end code style wars in company.
Cons:
Not everyone might initially like all formatting rules.
Report
I believe it's must have for any projects (that can be formatted by this tool). The best way is configuring auto formatting by using husky + lint-staged + prettier tools.
Pros:
No worries about how code looks. Easily reviewing PRs, you see only meaningful changes.
I'm a big believer of prettier, use it for all my javascript projects. Big fan of rust fmt and go-fmt also, similar reasons.
Report
I absolutely love this product. Not having Prettier in other languages (Ruby, Swift) has driven me insane! I'm so spoiled by this incredible tool!
Report
As a frontend engineer, the code format is very very important to me. I used ESLint at first, and have to manually format every line of code. Later I found Prettier, it really save me lots of time. However, sometimes it will conflict with specific ESLint rules, in that case, you have to manually disable some ESLint rules in .eslintrc file in order to let Prettier handle everything.
It just dawned on me that not everybody uses Prettier. I genuinely don't think I could ever go back to not using it. This is a must.
Report
This should be called Code Nazi - it's opinionated nature (good term for it - opinionated is not a good thing) makes it useless in my books. It should allow each user to customize EVERY aspect of their environment. That way, the debate about, for example, whether to use spaces or tabs (an age old debate) simply goes away. Each programmer gets the file out of the repository, it's formatted to their liking and when they check it back in it gets formatted to a standard specification determined BY THE ORGANIZATION, NOT Code Nazi.
It's awesome tool which should be used in every company doing JS/TS to speed up development, and remove need to care much about code style - which will be great by automated format.
Pros:Remove need to manually format code again. Great to end code style wars in company.
Cons:Not everyone might initially like all formatting rules.
I believe it's must have for any projects (that can be formatted by this tool). The best way is configuring auto formatting by using husky + lint-staged + prettier tools.
Pros:No worries about how code looks. Easily reviewing PRs, you see only meaningful changes.
Cons:Not found
Medium TOC
As a frontend engineer, the code format is very very important to me. I used ESLint at first, and have to manually format every line of code. Later I found Prettier, it really save me lots of time. However, sometimes it will conflict with specific ESLint rules, in that case, you have to manually disable some ESLint rules in .eslintrc file in order to let Prettier handle everything.
Pros:Save time for formatting JS code.
Cons:Conflict with ESLint.
Clubs Poker - For Companies