2 comments

[ 3.9 ms ] story [ 18.7 ms ] thread
Tabs would be better if (a) they were used consistently in the code base (very little people pay attention to whitespaces, so code degrades quickly with this regard) and (b) editors actually supported inserting tabs for indent and inserting spaces for alignment (there are cases when a line starts with indent, which is then followed with spaces for alignment; none of the editors in the wild supports this).

Until (b) happens, tabs are just worse everywhere.