this post was submitted on 28 Feb 2024
636 points (97.2% liked)

Programmer Humor

20703 readers
2023 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
636
wait what (pawb.social)
submitted 11 months ago* (last edited 11 months ago) by crimsonpoodle@pawb.social to c/programmer_humor@programming.dev
 
you are viewing a single comment's thread
view the rest of the comments
[–] dan@upvote.au 43 points 11 months ago

That's one of the benefits of using tabs. Some people might like 4 spaces for indentation, whereas others like 2 spaces. If you use tabs, you can configure your editor to use whatever tab size you want, and they're just stored as tab characters in the file.

Tabs for indentation, spaces for alignment (eg for ASCII art).