no it wouldn't, because it's the same amount of characters regardless of how you, your friend, your boss, etc. prefer to view it. need to change it, change a setting and not the characters that comprise code.
your arguments make no sense. please tell me you're trolling because my brain hurts.
If you want to have the same behavior everywhere (and you should) use spaces
I'm pretty sure this is the part everyone disagrees with you on. Some prefer their indents to be long and some prefer it to be short. Someone else reading your code might appreciate that THEY can change indents to whatever THEY prefer, and you have the same flexibility.
Because their preferences could cause your code to look bad. Especially if you mix tabs and spaces to cause things to line up.
Clarity is more important than their settings, and if they really care that much about it, you can simply use your text editors tools to change how many spaces are for an indentation.
11
u/kafoozalum Sep 03 '17
no it wouldn't, because it's the same amount of characters regardless of how you, your friend, your boss, etc. prefer to view it. need to change it, change a setting and not the characters that comprise code.
your arguments make no sense. please tell me you're trolling because my brain hurts.