Linked by Thom Holwerda on Tue 4th Jul 2006 10:35 UTC, submitted by anonymous
General Development When developping in a large team, you have to make convention about the use of tab in source code. This article suggests a better solution: rather than saying that a tab character (a 'hard tab') will move the cursor until the cursor's position is a multiple of N characters, we should say that a tab character is a delimiter between table cells. This has a nice side effect, since proportional fonts can now be used.
Thread beginning with comment 140144
To read all comments associated with this story, please click here.
I don't get it
by nimble on Tue 4th Jul 2006 12:03 UTC
nimble
Member since:
2005-07-06

I prefer to use spaces only, but where's the problem if you use only tabs for indenting and set the tabsize according to personal taste? Works with proportional fonts as well.

Trouble only arrives when you mix spaces and tabs and I don't see how those "elastic tabs" help with that.

RE: I don't get it
by TDavis on Tue 4th Jul 2006 12:21 in reply to "I don't get it"
TDavis Member since:
2006-06-10

compiles faster with tabs, for one thing

Reply Parent Bookmark Score: 1

RE[2]: I don't get it
by corentin on Tue 4th Jul 2006 16:46 in reply to "RE: I don't get it"
corentin Member since:
2005-08-08

> compiles faster with tabs, for one thing

Same as saying "my car runs faster when I don't wear underwears" :]

Reply Parent Bookmark Score: 5