<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html" />
  <link rel="self" type="application/atom+xml" href="http://ask-leo.com/atom.xml" />
  <id>tag:ask-leo.com,2011://3/tag:ask-leo.com,2006://3.2607-</id>
  <updated>2011-11-22T22:52:25Z</updated>
  <title>Comments for Why shouldn&apos;t I use TAB characters in my source files?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.32-en</generator>

  <entry>
    <id>tag:ask-leo.com,2006://3.2607-comment:59154</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2607" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html#c59154" />
    <title>Comment from Zequez on 2011-08-19</title>
    <author>
      <name>Zequez</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Personally I prefer TAB indentation, and then space indentation when it comes to alignment of parameters or something like that. Everything done automagically by my IDE ^^</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html">Why shouldn&apos;t I use TAB characters in my source files?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2011</a>.</p>
    </content>
    <published>2011-08-20T03:46:26Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2607-comment:57549</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2607" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html#c57549" />
    <title>Comment from Dominic Watson on 2011-06-16</title>
    <author>
      <name>Dominic Watson</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>For me, the largest benefit to using tabs is the very quick ability to shift spacing forward and back. When you have the tab key set to insert *spaces*, shifting code forward is still a simple, single tab key hit; shifting code back, however, is x backspace keys. This may sound trivial, but when you are coding day in day out, that is a big difference.</p>

<p>Solutions to some of the problems:</p>

<p>* As a team, define how tab should be used in everyone's editors. Ensure everyone is using the same tab settings (this should be done whether spaces or tabs are demanded)<br />
* Even with above, when spaces absolutely must be used. Have a tool in your editor to convert spaces to tabs (for people who don't like typing) and have a tool in your version control system to ensure tabs are converted to spaces before committing.<br />
* Alternatively, have shift-tab set to remove x-spaces when you have tab set to insert x-spaces</p>

<p>My tuppence</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html">Why shouldn&apos;t I use TAB characters in my source files?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2011</a>.</p>
    </content>
    <published>2011-06-16T09:08:34Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2607-comment:49421</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2607" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html#c49421" />
    <title>Comment from Harry Fluks on 2010-08-12</title>
    <author>
      <name>Harry Fluks</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>One problem with using TABs which was not mentioned here yet: people tend to intermix TABs and spaces. With the result that a text file is only really readable if the TAB setting of the reader is exactly the same as that of the writer...</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html">Why shouldn&apos;t I use TAB characters in my source files?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2010</a>.</p>
    </content>
    <published>2010-08-12T11:49:38Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2607-comment:23307</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2607" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html#c23307" />
    <title>Comment from John T. Vonachen on 2008-03-14</title>
    <author>
      <name>John T. Vonachen</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Yea tabs.  But tabs are really just the beginning.  What is needed is, for instance, an IDE that stores the code in some normalized form.  It could even store it minified or compressed and encrypted.  When you open it, it formats the code with what I call a "Parsing Beautifier".  In other words a beautifier that does not just use patterns but has the same understanding of the code as a compiler would.  Each person who looks at the code can fine tune the PB themselves and see the code in whatever way makes the most sense to them.  Agree, dissagree, suggestions?</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html">Why shouldn&apos;t I use TAB characters in my source files?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2008</a>.</p>
    </content>
    <published>2008-03-14T17:08:30Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2607-comment:23306</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2607" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html#c23306" />
    <title>Comment from Gary on 2006-07-06</title>
    <author>
      <name>Gary</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>Bah! You are the devil! The entire point of using tab is that people can chose how to display it - say a team member chooses to use four spaces, when I prefer just two - I'm stuffed and his code looks alien.</p>

<p>If we were to use the tab key, he can set it at four characters, I set it at two and we are both happy as hamsters!</p>

<p>Go tab!</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html">Why shouldn&apos;t I use TAB characters in my source files?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2006</a>.</p>
    </content>
    <published>2006-07-06T13:03:49Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2607-comment:23305</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2607" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html#c23305" />
    <title>Comment from karina on 2006-04-25</title>
    <author>
      <name>karina</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>we should't use TAB characters because most pepole i know don't know how it works even i don't know what it means so please rember these comment and reply soon from karina robinson</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html">Why shouldn&apos;t I use TAB characters in my source files?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2006</a>.</p>
    </content>
    <published>2006-04-25T21:11:42Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2607-comment:23304</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2607" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html#c23304" />
    <title>Comment from Leo A. Notenboom on 2006-03-30</title>
    <author>
      <name>Leo A. Notenboom</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>D'oh. Thank you. I've corrected the article. Had LF on the brain, or something.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html">Why shouldn&apos;t I use TAB characters in my source files?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2006</a>.</p>
    </content>
    <published>2006-03-30T17:21:53Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2006://3.2607-comment:23303</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2006://3.2607" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html#c23303" />
    <title>Comment from Ken on 2006-03-30</title>
    <author>
      <name>Ken</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>"The tab ASCII character, hexadecimal value 0x0a, decimal value 10, probably dates back to the days of the teletype."</p>

<p>I assume you mean 0x09 (decimal 9) in the above.</p>

<p>(Note that my parents had an IBM Selectric typewriter that allowed user-settable tab stops.  The default, of course, was every 8 columns.)</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_shouldnt_i_use_tab_characters_in_my_source_files.html">Why shouldn&apos;t I use TAB characters in my source files?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2006</a>.</p>
    </content>
    <published>2006-03-30T15:48:45Z</published>
  </entry>

</feed>

