<?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: python.CodingStyle().ishated = TRUE</title>
	<atom:link href="http://www.somethinkodd.com/oddthinking/2009/11/14/python-codingstyle-ishated-true/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.somethinkodd.com/oddthinking/2009/11/14/python-codingstyle-ishated-true/</link>
	<description>A blog for odd things and odd thoughts.</description>
	<lastBuildDate>Wed, 08 Sep 2010 05:22:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Alastair</title>
		<link>http://www.somethinkodd.com/oddthinking/2009/11/14/python-codingstyle-ishated-true/comment-page-1/#comment-215286</link>
		<dc:creator>Alastair</dc:creator>
		<pubDate>Wed, 18 Nov 2009 02:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/?p=1071#comment-215286</guid>
		<description>IMHO all coding standards should have a clause that says:

&quot;You should obey the coding standard.&quot;

Along with another clause that says:

&quot;You should obey the clause that tells you to obey the coding standard.&quot;

Along with another clause that says:

&quot;You should obey the clause that tells you to obey the clause that tells you to obey the coding standard.&quot;

...</description>
		<content:encoded><![CDATA[<p>IMHO all coding standards should have a clause that says:</p>
<p>&#8220;You should obey the coding standard.&#8221;</p>
<p>Along with another clause that says:</p>
<p>&#8220;You should obey the clause that tells you to obey the coding standard.&#8221;</p>
<p>Along with another clause that says:</p>
<p>&#8220;You should obey the clause that tells you to obey the clause that tells you to obey the coding standard.&#8221;</p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.somethinkodd.com/oddthinking/2009/11/14/python-codingstyle-ishated-true/comment-page-1/#comment-214875</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Sat, 14 Nov 2009 16:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/?p=1071#comment-214875</guid>
		<description>John is absolutely correct, which leaves me wondering how I managed to misread this once, in order to hate it, and again when I decided to complain about it. Whoops. Sorry, Mr. Rossum.

The first example given uses line-continuation characters where I would have used parentheses, so maybe that reinforced my incorrect reading of the previous paragraph.</description>
		<content:encoded><![CDATA[<p>John is absolutely correct, which leaves me wondering how I managed to misread this once, in order to hate it, and again when I decided to complain about it. Whoops. Sorry, Mr. Rossum.</p>
<p>The first example given uses line-continuation characters where I would have used parentheses, so maybe that reinforced my incorrect reading of the previous paragraph.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Y.</title>
		<link>http://www.somethinkodd.com/oddthinking/2009/11/14/python-codingstyle-ishated-true/comment-page-1/#comment-214866</link>
		<dc:creator>John Y.</dc:creator>
		<pubDate>Sat, 14 Nov 2009 15:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/?p=1071#comment-214866</guid>
		<description>Obviously, a lot of (most?) style decisions are subjective, and there are many places where there will be disagreement.  Not surprisingly, I agree with some of your positions and disagree with others.  But there is one point on which you&#039;ve actually made a factual error:
&lt;blockquote&gt;Line continuation characters are preferred over brackets.&lt;/blockquote&gt;
PEP 8 clearly states
&lt;blockquote&gt;The preferred way of wrapping long lines is by using Python&#039;s implied line continuation inside parentheses, brackets and braces.&lt;/blockquote&gt;
So if you and the other coders on the project have collectively agreed to adhere to all of PEP 8 where possible, then actually you should be avoiding line continuation characters in your own code.</description>
		<content:encoded><![CDATA[<p>Obviously, a lot of (most?) style decisions are subjective, and there are many places where there will be disagreement.  Not surprisingly, I agree with some of your positions and disagree with others.  But there is one point on which you&#8217;ve actually made a factual error:</p>
<blockquote><p>Line continuation characters are preferred over brackets.</p></blockquote>
<p>PEP 8 clearly states</p>
<blockquote><p>The preferred way of wrapping long lines is by using Python&#8217;s implied line continuation inside parentheses, brackets and braces.</p></blockquote>
<p>So if you and the other coders on the project have collectively agreed to adhere to all of PEP 8 where possible, then actually you should be avoiding line continuation characters in your own code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
