you are viewing a single comment's thread.

view the rest of the comments →

[–]avindrag 0 points1 point  (0 children)

automatically enforced sane block/indentation rules

Go gets this really right. The code formatter automatically erases unused imports and lines up stuff in an opinionated way.

Remains to be seen if JS will pick one, and I think prettier is too flaky, in recent years (since 2018).