<?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: Test Driven Development in Python</title>
	<atom:link href="http://powertwenty.com/kpd/blog/index.php/python/test_driven_development_in_python/feed" rel="self" type="application/rss+xml" />
	<link>http://powertwenty.com/kpd/blog/index.php/python/test_driven_development_in_python</link>
	<description>Rowing, Python, and experiences of a Micro-ISV</description>
	<lastBuildDate>Tue, 02 Feb 2010 22:55:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kpd</title>
		<link>http://powertwenty.com/kpd/blog/index.php/python/test_driven_development_in_python/comment-page-1#comment-1866</link>
		<dc:creator>kpd</dc:creator>
		<pubDate>Mon, 29 Jan 2007 10:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://powertwenty.com/kpd/blog/index.php/python/test_driven_development_in_python#comment-1866</guid>
		<description>Having a rough idea of where things are heading helps a lot.  

TDD seems to evolve the design - if one were to issue credits for the design in the About box they would go to the unit tests instead of programmer!

Thanks for the kind words. It&#039;s something going to look into later this year.</description>
		<content:encoded><![CDATA[<p>Having a rough idea of where things are heading helps a lot.  </p>
<p>TDD seems to evolve the design &#8211; if one were to issue credits for the design in the About box they would go to the unit tests instead of programmer!</p>
<p>Thanks for the kind words. It&#8217;s something going to look into later this year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wilson</title>
		<link>http://powertwenty.com/kpd/blog/index.php/python/test_driven_development_in_python/comment-page-1#comment-1763</link>
		<dc:creator>Matt Wilson</dc:creator>
		<pubDate>Thu, 25 Jan 2007 14:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://powertwenty.com/kpd/blog/index.php/python/test_driven_development_in_python#comment-1763</guid>
		<description>I agree with Bruce Eckel&#039;s comment at the presentation that this would make a good book.  

Am starting to use nosests on my next project.  As a side effect, TDD seems to force me think through my design ahead of time.

I used to start a project by opening vim and writing code.

Now, I find that I am writing out pseduocode on paper, then writing tests, then writing out code</description>
		<content:encoded><![CDATA[<p>I agree with Bruce Eckel&#8217;s comment at the presentation that this would make a good book.  </p>
<p>Am starting to use nosests on my next project.  As a side effect, TDD seems to force me think through my design ahead of time.</p>
<p>I used to start a project by opening vim and writing code.</p>
<p>Now, I find that I am writing out pseduocode on paper, then writing tests, then writing out code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kpd</title>
		<link>http://powertwenty.com/kpd/blog/index.php/python/test_driven_development_in_python/comment-page-1#comment-1713</link>
		<dc:creator>kpd</dc:creator>
		<pubDate>Tue, 23 Jan 2007 09:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://powertwenty.com/kpd/blog/index.php/python/test_driven_development_in_python#comment-1713</guid>
		<description>Thanks Jason, the URL for Nose is updated.</description>
		<content:encoded><![CDATA[<p>Thanks Jason, the URL for Nose is updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitechie.com</title>
		<link>http://powertwenty.com/kpd/blog/index.php/python/test_driven_development_in_python/comment-page-1#comment-1704</link>
		<dc:creator>Mitechie.com</dc:creator>
		<pubDate>Tue, 23 Jan 2007 01:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://powertwenty.com/kpd/blog/index.php/python/test_driven_development_in_python#comment-1704</guid>
		<description>&lt;strong&gt;CodeMash Complete...&lt;/strong&gt;

CodeMash has come and gone and I&#039;m working on recovering some sleep. Day two went really well. I got to sleep in a hair longer, but the construction trucks with the beep, beep, beep reversing had me thinking there were constant alarms going off in the...</description>
		<content:encoded><![CDATA[<p><strong>CodeMash Complete&#8230;</strong></p>
<p>CodeMash has come and gone and I&#8217;m working on recovering some sleep. Day two went really well. I got to sleep in a hair longer, but the construction trucks with the beep, beep, beep reversing had me thinking there were constant alarms going off in the&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Pellerin</title>
		<link>http://powertwenty.com/kpd/blog/index.php/python/test_driven_development_in_python/comment-page-1#comment-1698</link>
		<dc:creator>Jason Pellerin</dc:creator>
		<pubDate>Mon, 22 Jan 2007 17:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://powertwenty.com/kpd/blog/index.php/python/test_driven_development_in_python#comment-1698</guid>
		<description>Very nice presentation! And I&#039;m not just saying that because you mentioned my little test runner a lot. :)

One minor correction, in case you give it again or have a chance to update the pdf: I&#039;ve moved nose to Google code, so the project home is now: http://code.google.com/p/python-nose/.</description>
		<content:encoded><![CDATA[<p>Very nice presentation! And I&#8217;m not just saying that because you mentioned my little test runner a lot. <img src='http://powertwenty.com/kpd/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One minor correction, in case you give it again or have a chance to update the pdf: I&#8217;ve moved nose to Google code, so the project home is now: <a href="http://code.google.com/p/python-nose/" rel="nofollow">http://code.google.com/p/python-nose/</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
