<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Writing code &#8211; Keep it organized</title>
	<atom:link href="http://rehuel.com/2007/04/10/writing-code-keep-it-organized/feed/" rel="self" type="application/rss+xml" />
	<link>http://rehuel.com/2007/04/10/writing-code-keep-it-organized/</link>
	<description>Writings of a web developer</description>
	<lastBuildDate>Sat, 24 Mar 2012 10:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: RehuÃ«l</title>
		<link>http://rehuel.com/2007/04/10/writing-code-keep-it-organized/comment-page-1/#comment-133</link>
		<dc:creator>RehuÃ«l</dc:creator>
		<pubDate>Thu, 12 Apr 2007 05:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rehuel.com/2007/04/10/writing-code-keep-it-organized/#comment-133</guid>
		<description>Yes, that&#039;s a way to do it too. Personally I prefer the method mentioned in the post, but your suggestion is also very good and clear.</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s a way to do it too. Personally I prefer the method mentioned in the post, but your suggestion is also very good and clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg O'Byrne</title>
		<link>http://rehuel.com/2007/04/10/writing-code-keep-it-organized/comment-page-1/#comment-132</link>
		<dc:creator>Greg O'Byrne</dc:creator>
		<pubDate>Thu, 12 Apr 2007 03:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rehuel.com/2007/04/10/writing-code-keep-it-organized/#comment-132</guid>
		<description>I find the php bracketing less easy to read then the braketing formatting I&#039;m used to using in C# which has the opening bracket follow on the next line like so.

function foo(string PassingIn)
{
&#160;&#160;//do something to PassingIn;

&#160;&#160;return PassingIn;
}

Much clearer.  Well to me anyways, besides that you are absolutely right.</description>
		<content:encoded><![CDATA[<p>I find the php bracketing less easy to read then the braketing formatting I&#8217;m used to using in C# which has the opening bracket follow on the next line like so.</p>
<p>function foo(string PassingIn)<br />
{<br />
&nbsp;&nbsp;//do something to PassingIn;</p>
<p>&nbsp;&nbsp;return PassingIn;<br />
}</p>
<p>Much clearer.  Well to me anyways, besides that you are absolutely right.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

