Why do some languages recommend using spaces rather than tabs?
Posted
by
TK Kocheran
on Programmers
See other posts from Programmers
or by TK Kocheran
Published on 2011-11-22T21:44:18Z
Indexed on
2011/11/23
2:08 UTC
Read the original article
Hit count: 284
indentation
Maybe I'm alone in this, but few things annoy me like people indenting using spaces rather than tabs. How is typing SpaceSpaceSpaceSpace easier and more intuitive than typing Tab? Sure, tab width is variable, but it's much more indicative of indentation space than spaces. The same thing goes for backspacing; backspace once or four times?
Why do languages like Python recommend using spaces over tabs?
© Programmers or respective owner