<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Why I Indent with Spaces</title>
	<link>http://thomblake.com/2008/07/02/why-i-indent-with-spaces/</link>
	<description>Philosopher, Computer Ethicist, Web Developer</description>
	<pubDate>Fri, 21 Nov 2008 08:33:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: GrargeTibra</title>
		<link>http://thomblake.com/2008/07/02/why-i-indent-with-spaces/#comment-208</link>
		<pubDate>Sun, 16 Nov 2008 21:10:01 +0000</pubDate>
		<guid>http://thomblake.com/2008/07/02/why-i-indent-with-spaces/#comment-208</guid>
					<description>to: Admin - If You want to delete your site from my spam list, please sent url of your domain to my e-mail: stop.spam.today@gmail.com
And I will remove your site from my base within 24 hours
webmastegz</description>
		<content:encoded><![CDATA[<p>to: Admin - If You want to delete your site from my spam list, please sent url of your domain to my e-mail: <a href="mailto:stop.spam.today@gmail.com">stop.spam.today@gmail.com</a><br />
And I will remove your site from my base within 24 hours<br />
webmastegz
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Isaac Z. Schlueter</title>
		<link>http://thomblake.com/2008/07/02/why-i-indent-with-spaces/#comment-6</link>
		<pubDate>Thu, 03 Jul 2008 00:06:35 +0000</pubDate>
		<guid>http://thomblake.com/2008/07/02/why-i-indent-with-spaces/#comment-6</guid>
					<description>Sorry, that should be:

&lt;code&gt;if (
&amp;#160;&amp;#160;x &amp;#38;&amp;#38;
&amp;#160;&amp;#160;y &amp;#124;&amp;#124;
&amp;#160;&amp;#160;z
) {
&amp;#160;&amp;#160;doSomething();
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, that should be:</p>
<p><code>if (<br />
&nbsp;&nbsp;x &amp;&amp;<br />
&nbsp;&nbsp;y ||<br />
&nbsp;&nbsp;z<br />
) {<br />
&nbsp;&nbsp;doSomething();<br />
}</code>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: thomblake</title>
		<link>http://thomblake.com/2008/07/02/why-i-indent-with-spaces/#comment-5</link>
		<pubDate>Wed, 02 Jul 2008 19:55:24 +0000</pubDate>
		<guid>http://thomblake.com/2008/07/02/why-i-indent-with-spaces/#comment-5</guid>
					<description>interesting idea.  Though I do despise sandwiched braces, like ) {

Though that doesn't look nearly as ugly as
&lt;code&gt;} else {&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>interesting idea.  Though I do despise sandwiched braces, like ) {</p>
<p>Though that doesn&#8217;t look nearly as ugly as<br />
<code>} else {</code>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Isaac Z. Schlueter</title>
		<link>http://thomblake.com/2008/07/02/why-i-indent-with-spaces/#comment-4</link>
		<pubDate>Wed, 02 Jul 2008 19:43:23 +0000</pubDate>
		<guid>http://thomblake.com/2008/07/02/why-i-indent-with-spaces/#comment-4</guid>
					<description>The concern about

&lt;code&gt;
if ( x &amp;#38;&amp;#38;
     y &amp;#124;&amp;#124;
     z ) {
  doFoo();
}&lt;/code&gt;

I get around that by treating the ( and } the same way as the { and }.  So, that would look like this:

&lt;code&gt;if (
  x &amp;#38;&amp;#38;
  y &amp;#124;&amp;#124;
  z
) {
  doSomething();
}&lt;/code&gt;

which is lovely. :)</description>
		<content:encoded><![CDATA[<p>The concern about</p>
<p><code><br />
if ( x &amp;&amp;<br />
     y ||<br />
     z ) {<br />
  doFoo();<br />
}</code></p>
<p>I get around that by treating the ( and } the same way as the { and }.  So, that would look like this:</p>
<p><code>if (<br />
  x &amp;&amp;<br />
  y ||<br />
  z<br />
) {<br />
  doSomething();<br />
}</code></p>
<p>which is lovely. :)
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
