Reminder: If you're using spaces instead of tabs in your code, you're enforcing your personal preference in indentation spacing on everyone else.
That's unkind. Don't do that.
#coding #development #programming #BestPractices #TabsVsSpaces #UseTabs
#coding #development #programming #bestpractices #tabsvsspaces #usetabs
Tabs vs Spaces Divorce: Judge Rules
https://dev.to/justlig/tabs-vs-spaces-divorce-judge-rules-3jan
#jokes #softwareengineering #codestyle #humor #tabsvsspaces
Multiple spaces
VS
A single tab character whose width you can adjust in your editor of choice to be the length you want
Will people plz explain why?
Like I’m legitimately confused why spaces seems to be the default for most people. Surely there’s a reason?
As a diehard “spaces” kind of person I decided to switch to tabs for accessibility reasons, but it's hard sometimes as you can't just flip a switch and change an entire repository instantly without taking precautions.
Not only that, but after changing the defaults on your code editor, you may have to continue working on other repositories with spaces until those get converted too. Very messy situation.
#Accessibility #webdevelopment #tabsvsspaces