SleveMcDichael@programming.devtoProgramming@programming.dev•Tabs are objectively better than spaces - gomakethings.comEnglish
811·
1 year agoTabs let you define how big you want each indent to be, and spaces do not.
Spaces can too: Simply use more or less of them, to taste.
I have ADHD. Two spaces per indent makes it damn near impossible for me to scan code.
Then use four, or six, or eight, or 20. Hell, most code I’ve seen uses four spaces per indent anyway.
[Re: braille]
Surely there’s an editor out there that will automatically display indent spaces as a tab character. Or failing that it seems like it would be rather trivial create a program to convert n spaces to tabs, and vice versa.
C++ is pretty alright, IMO, but the syntax is kinda clunky though, I think probably because of some historical baggage.