hard-tabs soft-tabs 区别

转:http://dougneiner.com/post/641596410/tabs-vs-spaces

简单的说:

hard-tabs是硬件tab,就是按一个tab键,soft-tabs是软件tab,通过按4个space键实现。


以下是原文引用:

Tabs vs. Spaces

FRI • MAY 28, 2010490

First off, quick definition: I am referring to the difference between using Tab Characters and Space Characters. Many editors support using the Tab key to insert either a tab character or a certain number of spaces.

Tab Character: Created by using the Tab key, and inserts a single character whose length depends on the settings of the code editor. Its length can vary from editor to editor.

Space Character:Created by using either the Space bar, or the Tab key with Soft Tabs enabled. One character per space, and is a set length. It will always be equal to one character in length.

Soft Tabs:Soft Tabs are created by using the Tab Key, but in reality only insert a set number of Space Characters instead. So a Soft Tab with a setting of 4 will insert Four space characters instead of one tab character when you press the Tab key.

Lets take a quick look at two images. The first shows a PHP function in an editor that has been configured to use Hard Tabs (single character per tab), equal to 4 spaces:

Now, lets look at the same file when opened on a computer/editor that has the preference set that a Hard Tab should display as two characters instead of four.Nothing lines up anymore!:

Here are some reasons for using Spaces (Specifically 2 space indents) instead of Tabs:

Consistentcode viewing on any platform: web, desktop or print

Code takes up less horizontal space, allowing more to be read at one time

It makes code easy to copy and paste for online discussion and sharing since most online viewers render Tab Characters as 4 spaces or more.

One closing thought:This is monospaced code, not MS Word. Variable width tab characters have no place here. Type what you mean, and mean it. Flexibility here only brings confusion.

TextMate:In TextMate I have it set to 2 space tabs, and Soft Tabs on (which tells TM to use spaces instead of real tab characters). This drop down is in the footer in each TextMate window:

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 最近生活中发生了一些不愉快的事情,发现自己有时候会莫名其妙地变身炮仗,一点就着,被负面情绪倾轧,做事的效率进度大受...
    荷小音阅读 5,864评论 0 14
  • 这个主题的思考,来源于了了分享的一片文章,名为:《罗振宇永远不会告诉你的秘密》(说实话,一开始还以为又一篇是标题党...
    林初夏阅读 3,674评论 0 0
  • 每天忙碌的生活,让人无暇停歇。却偏偏越忙越乱,越乱越忙,让人看不到希望。某个时刻,很是恍惚,不禁感慨我的生活...
    绿希阅读 1,696评论 0 0
  • 当我的雨伞开始不能阻止雨水, 顺着手臂慢慢下滑, 我知道,在外面呆的太久了。 终于, 该是时候回归正常了。 每天读...
    戴思阅读 1,735评论 0 0