300
you are viewing a single comment's thread
view the rest of the comments
[-] aidan@lemmy.world 6 points 1 year ago

Yes but it's not your job to make sure your code looks the same for everyone else. If they'd prefer to read it with a different tab size, maybe they're using a smaller screen, or a larger one because of vision issues there's no reason they shouldn't. You can use an optional editor config if you want it to be able to look the same for others.

[-] lightsecond@programming.dev 4 points 1 year ago

It makes a difference when you’re working on a large project with lots of people. Even Linux mandates 1 tab = 8 spaces.

The only argument i see in favour of tabs is the “i can change the width on my own machine!” which isn’t very convincing if you are working on a team and need to follow conventions every time you commit code. The indentation will keep looking weird on your machine.

[-] aidan@lemmy.world 3 points 1 year ago

Yes so you can choose to follow that convention, but it being adjustable for reading is very useful for reading on different screensizes or with eyesight issues. Why not just set what you want in an editor config?

[-] lightsecond@programming.dev 3 points 1 year ago

Well, life is about trade-offs and neither spaces or tabs are perfect in every scenario, but the industry overall prefers spaces over tabs nowadays and the tooling reflects that too. For me personally, as long as a project is consistent in its formatting and developers don't need to fight its tooling, I'm happy with either. We can yak shave all we want (and lots of people are doing that on the internets) but I hope I at least answered your initial question about why people prefer spaces over tabs.

[-] aidan@lemmy.world 2 points 1 year ago

That's fair, you did thank you!

this post was submitted on 03 Oct 2021
300 points (100.0% liked)

Programmer Humor

31259 readers
719 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS