this post was submitted on 05 Sep 2023
164 points (79.5% liked)

Programming

17028 readers
233 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] corytheboyd@kbin.social 38 points 1 year ago (1 children)

I wish every language had a gofmt, this is such a non-debate (tabs are indentation, spaces are alignment)

[–] Asudox@lemmy.world 5 points 1 year ago (1 children)
[–] sekhat@lemmy.temporus.me 5 points 1 year ago (1 children)

And over gofmt, rustfmt lets you set settings for the project. Keeps the code looking how I want, and contributers don't have to care.

[–] devnev@programming.dev 1 points 1 year ago (1 children)

The absence of settings in gofmt is a feature. The kind of basic formatting it handles is not worth having opinions about.

[–] sekhat@lemmy.temporus.me 1 points 1 year ago

Yet, I do. So, I like to enforce it.