Developers Who Use Spaces Make More Money Than Those Who Use Tabs
Hm, if most for-money development wasn't done in teams, i would have suspected that this is a result of thinking type difference.
If you see and think code as a picture, then you are more likely to patternize code. That is, have as little gaps as possible (a=b+c; instead of a = b + c; ), and clear, controlled indentations that are only possible with spaces.
If you see and think code as text or sound, then the visual patternization is irrelevant, and spaced out easy-to-tokenize code would be preferred (a = b + c; instead of a=b+c; ), so tabs would be the right thing.
However, i suspect teamwork would hide such patterns, since you are forced to use what the team uses rather than what fits you best.
Unless there is some sort of teaming-by-thinking-mode effect, ofcourse.
If you figure it out, please tell me. I'm getting payed for developing stuff like that :lol:
I would have expected such problems to be solved decades ago in the industry?
The only reason i need to bother with it is because i literally invented a camera from scratch, without access to any prior work on the topic.