<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018321" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018321</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/one-true-style-indentation#comment-1108214</link>
    <description> &lt;p&gt;Oh wow! I love being the only one who does 2 spaces... It&#039;s just easier to do 2 spaces than 4 or a tab. And I use Notepad, so the tab is WAY to big. But I also double-enter blocks of code. Which makes it way easier to read.&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 May 2002 02:53:26 +0000</pubDate>
 <dc:creator>necrotic</dc:creator>
 <guid isPermaLink="false">comment 1108214 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/one-true-style-indentation#comment-1107600</link>
    <description> &lt;p&gt;I hate the way notepad has a tab width of 8 columns.  Code with a lot of nested items can get pushed pretty far to the right.&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Apr 2002 04:35:04 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1107600 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/one-true-style-indentation#comment-1107582</link>
    <description> &lt;p&gt;I learned how to write rudimentary perl first, then JavaScript, and now I&#039;m playing with PHP. Somewhere along the line I read that article and also the articles about where braces should go (in different languages) and I&#039;m hopelessly addicted to using spaces instead of tabs (which is why I have the program set to replace tabs with spaces) -- if you go into another editor where the tab is set differently, you have a devil of a time with the code.&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 Apr 2002 20:30:15 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107582 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/one-true-style-indentation#comment-1107570</link>
    <description> &lt;p&gt;very good doc&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 Apr 2002 18:33:53 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1107570 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/one-true-style-indentation#comment-1107540</link>
    <description> &lt;p&gt;LOL!&lt;/p&gt;
&lt;p&gt;I personally use 4 spaces (well my editors sets this when I &#039;tab&#039; anyhow) - because I code in Perl most often, I think this is &#039;right&#039; =&amp;gt; &lt;a href=&quot;http://www.perldoc.com/perl5.6/pod/perlstyle.html&quot; class=&quot;bb-url&quot;&gt;http://www.perldoc.com/perl5.6/pod/perlstyle.html&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;I think the style and clarity of your code is amazingly important - so is proper annotation and comments. I&#039;ve been in a situation before where you take over from someone&#039;s else&#039;s code, and if it&#039;s messy code it makes your job a hundred times harder!&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 Apr 2002 08:28:37 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1107540 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/one-true-style-indentation#comment-1107514</link>
    <description> &lt;p&gt;Gotta be one tab at a time 4 me.  Only way I can keep track on what the hell I&#039;m doing! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Plus its doesn&#039;t half help when you&#039;re trying to track down those pesky closing tags!&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Apr 2002 22:04:24 +0000</pubDate>
 <dc:creator>openmind</dc:creator>
 <guid isPermaLink="false">comment 1107514 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/one-true-style-indentation#comment-1107513</link>
    <description> &lt;p&gt;Oh, BTW... PHP&#039;s &lt;a href=&quot;http://pear.php.net/&quot; class=&quot;bb-url&quot;&gt;PEAR&lt;/a&gt; &lt;a href=&quot;http://pear.php.net/manual/en/standards.php&quot; class=&quot;bb-url&quot;&gt;Coding Standards&lt;/a&gt; states, &quot;Use an indent of 4 spaces, with no tabs.&quot;&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Apr 2002 22:01:33 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1107513 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/one-true-style-indentation#comment-1107512</link>
    <description> &lt;p&gt;This isn&#039;t fair!! :whine:&lt;/p&gt;
&lt;p&gt;UNIX shell = 2 spaces&lt;br /&gt;
PHP, Perl = 4 spaces&lt;br /&gt;
VB = tabs&lt;/p&gt;
&lt;p&gt;I also have my ASCII editor set to convert tabs to spaces.  But I use M$ Visual Studio for VB, and I don&#039;t think they&#039;re advanced enough to include such a feature. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I voted 4 spaces because I use PHP the most. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Apr 2002 21:58:07 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1107512 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/one-true-style-indentation#comment-1107499</link>
    <description> &lt;p&gt;Tabs for me. I also love tidy code - that&#039;s why I use an ancient editor to format my code (AOLpress).&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Apr 2002 19:34:26 +0000</pubDate>
 <dc:creator>mjames</dc:creator>
 <guid isPermaLink="false">comment 1107499 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/one-true-style-indentation#comment-1107489</link>
    <description> &lt;p&gt;I have my editor set to replace tabs with spaces, and the tab is set to 4. Can I answer both?  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;I love tidy code. Not only easier to troubleshoot, but easier to simplify. I tend to write it all out in long code as I&#039;m building something, then gradually boil it down like a good spaghetti sauce to the right bits, automating and building functions and such as I go.&lt;/p&gt;
&lt;p&gt;Having tidy code and comments REALLY helps that process.&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Apr 2002 19:02:48 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107489 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
