You are viewing a single comment's thread from:
RE: Software Developers - You Should Use Spaces For Code Indentation
While I'm not doing software I am programming games in C# and looking at this argument it just seems to be a matter of visual taste to me. I know for instance when indenting I particularly disliked Unity monodevelop's automatic indentation to the point that I found out how to turn it off.
I completely understand you :)
Some editors can display tabs with too many virtual spaces and then the code becomes unreadable. It is way too much to the right.
That's why I prefer spaces. A space is a space no matter which editor are you using.