arguments against space as indentation:
arguments against tab as indentation:
i will not be taking further questions: https://adamtuttle.codes/blog/2021/tabs-vs-spaces-its-an-accessibility-issue/
@mavica_again i love 3 space per level tbh but that's what's so cool about tabs, if you don't like 3 spaces then you can simply not have them be 3 spaces big, you can make them however big you want!! and when the code comes back to me they'll still look 3 spaces big to me. everyone wins
@mavica_again Wait, don't you just put it in the formatter settings if you need to keep consistent indentation?
@boo_ there were... more issues in that organisation than the indent style
arguments against tabs as indentation:
TABs are a stupid leftover from the days of mechanical typewriters. They are one of the best reasons (among ounces, cars, the Electoral College, churches, the letter Q, weapons, etc.) why the Earth should be ground up into gravel, and used to build a better planet from scratch.
@JorgeStolfi you're clearly a bad actor so i'm going to put this link here for anyone else who comes across your reply and block you now https://adamtuttle.codes/blog/2021/tabs-vs-spaces-its-an-accessibility-issue/ 👋
That article is silly. It is about what is the best amount of indentation on the screen, not about the TAB key or the TAB character.
The distance of indentation need not be proportional to the number of spaces in the code file, and each programmer should be able to change it without actually editing the file. And the best amount depends on other help that the editor could provide, like vertical alignment lines or collapsible blocks. 🧵>
🧵> And the display of code on Braille terminals should really be more sophisticated than just "display one Braille character for each byte in the file".
@mavica_again Read the article you linked and yeah, no.
My autistic brain gets severely upset by certain kinds of formatting. It's why we don't use certain languages to code.
We have our own issues we're dealing with and they are just as important.
A visual impairment does not trump other accessibility issues caused by non-visual impairments.
@mavica_again I was forced into using 3 space indents in one of my CS classes
I genuinely don't know what my prof for that class was thinking
i love python for enforcing consistent indentation in code. i hate PEP 8 for choosing the wrong one