|
|
|
|
|
by portlander12345
3023 days ago
|
|
Besides the streamlining of code review, it’s hard to overstate how much this streamlines _editing_. You can modify code so much faster if you don’t have to worry at all about formatting. Just push code around any which way, cut and paste, type some giant expression into the middle of another one. Then hit Save and move on. And contrary to what you might expect, Prettier basically never makes stupid formatting choices. It’s incredibly nuanced. |
|
VS Studio and IntelliJ have some language formatting but the difference between them and prettier feels huge.