Tabs are objectively better than spaces - gomakethings.com
potterman28wxcv @ potterman28wxcv @beehaw.org Posts 3Comments 89Joined 2 yr. ago
potterman28wxcv @ potterman28wxcv @beehaw.org
Posts
3
Comments
89
Joined
2 yr. ago
Interesting take. I prefer spaces because each piece of code that I see with tabs has an implicit tabsize you really need to have if you don't want the code to look ugly - especially if the person has been mixing tabs and spaces - and they usually do. Sometimes unadvertently.
When you remove all tabs at least everyone is on the same page.
To the actual problem raised by the article:
I wonder if it could be possible to adjust the "indent number of spaces you see" in code editors. Code editors are able to figure out what are indents and what are not, so in theory it should be possible. Perhaps that would be an idea for a new feature?