this post was submitted on 28 Feb 2024
637 points (97.2% liked)
Programmer Humor
19732 readers
51 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Tabs are objectively the better choice as it allows each dev individually to decide tab width in their editors. Spaces in contrast don't allow this same flexibility as they are used for much more than simply indentation, for example you likely put a space after each argument or operator IE
func(arg1, arg2)
or1 + 2
.Too much waste of space imo,
func(arg1,arg2)
or1+2
is faster to write and to read.Stilltoomuchwasteofspace
Whyusemanywordwhenfewworddotrick?