<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: TDD Accelerates Development</title>
	<atom:link href="http://avdi.org/devblog/2009/02/24/tdd-accelerates-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://avdi.org/devblog/2009/02/24/tdd-accelerates-development/</link>
	<description>"...the three great virtues of a programmer: laziness, impatience, and hubris." -- Larry Wall</description>
	<lastBuildDate>Thu, 29 Jul 2010 16:19:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: sicily villa</title>
		<link>http://avdi.org/devblog/2009/02/24/tdd-accelerates-development/comment-page-1/#comment-628</link>
		<dc:creator>sicily villa</dc:creator>
		<pubDate>Mon, 13 Apr 2009 08:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=125#comment-628</guid>
		<description>practicing Test-Driven Development trades development has many advantages in the long term.using Cucumber approach to write acceptance criteria for  apps has all but eliminated this last vestige of Blank Slate Syndrome.In cucumber start at the beginning and start turning each step into runnable code.</description>
		<content:encoded><![CDATA[<p>practicing Test-Driven Development trades development has many advantages in the long term.using Cucumber approach to write acceptance criteria for  apps has all but eliminated this last vestige of Blank Slate Syndrome.In cucumber start at the beginning and start turning each step into runnable code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ywam</title>
		<link>http://avdi.org/devblog/2009/02/24/tdd-accelerates-development/comment-page-1/#comment-621</link>
		<dc:creator>ywam</dc:creator>
		<pubDate>Wed, 08 Apr 2009 11:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=125#comment-621</guid>
		<description>TDD - Interesting to read one , keep up the good work posting     : )</description>
		<content:encoded><![CDATA[<p>TDD &#8211; Interesting to read one , keep up the good work posting     : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avdi</title>
		<link>http://avdi.org/devblog/2009/02/24/tdd-accelerates-development/comment-page-1/#comment-595</link>
		<dc:creator>avdi</dc:creator>
		<pubDate>Thu, 26 Feb 2009 13:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=125#comment-595</guid>
		<description>Thanks, Kevin!  I&#039;m liking the Cucumber approach more and more lately - I recently used it to spec a command-line executable by having the Cucumber specs actually start the executable as a separate process and validate the output.</description>
		<content:encoded><![CDATA[<p>Thanks, Kevin!  I&#39;m liking the Cucumber approach more and more lately &#8211; I recently used it to spec a command-line executable by having the Cucumber specs actually start the executable as a separate process and validate the output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://avdi.org/devblog/2009/02/24/tdd-accelerates-development/comment-page-1/#comment-594</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 26 Feb 2009 07:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=125#comment-594</guid>
		<description>Good Article! &lt;br&gt;I like the last part about starting with the acceptance test (in Cucumber) and maybe *that* can be your failing test until it proves that you go past a certain threshold and need to drop down to unit tests. &lt;br&gt;Maybe that approach will lead to code that is well-tested in a black-box manner as much as possible.</description>
		<content:encoded><![CDATA[<p>Good Article! <br />I like the last part about starting with the acceptance test (in Cucumber) and maybe *that* can be your failing test until it proves that you go past a certain threshold and need to drop down to unit tests. <br />Maybe that approach will lead to code that is well-tested in a black-box manner as much as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avdi</title>
		<link>http://avdi.org/devblog/2009/02/24/tdd-accelerates-development/comment-page-1/#comment-593</link>
		<dc:creator>avdi</dc:creator>
		<pubDate>Wed, 25 Feb 2009 00:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=125#comment-593</guid>
		<description>These days we call that sort of thing &lt;a href=&quot;http://c2.com/cgi/wiki?BigDesignUpFront&quot; rel=&quot;nofollow&quot;&gt;Big Design Up Front&lt;/a&gt;, and yes, it&#039;s very old-skool ;-)</description>
		<content:encoded><![CDATA[<p>These days we call that sort of thing <a href="http://c2.com/cgi/wiki?BigDesignUpFront" rel="nofollow">Big Design Up Front</a>, and yes, it&#39;s very old-skool <img src='http://avdi.org/devblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greymaiden</title>
		<link>http://avdi.org/devblog/2009/02/24/tdd-accelerates-development/comment-page-1/#comment-592</link>
		<dc:creator>greymaiden</dc:creator>
		<pubDate>Wed, 25 Feb 2009 00:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=125#comment-592</guid>
		<description>Am I too oldschool if I say I conquer blank slate syndrome by making a flowchart before I start programming anything? &lt;br&gt;&lt;br&gt;I gotta admit, I never bother writing tests, but I&#039;ve never worked on any large app so it probably doesn&#039;t matter.</description>
		<content:encoded><![CDATA[<p>Am I too oldschool if I say I conquer blank slate syndrome by making a flowchart before I start programming anything? </p>
<p>I gotta admit, I never bother writing tests, but I&#39;ve never worked on any large app so it probably doesn&#39;t matter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryanl</title>
		<link>http://avdi.org/devblog/2009/02/24/tdd-accelerates-development/comment-page-1/#comment-591</link>
		<dc:creator>bryanl</dc:creator>
		<pubDate>Tue, 24 Feb 2009 18:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=125#comment-591</guid>
		<description>not quite.  maybe to plaid.  but there is an increase.</description>
		<content:encoded><![CDATA[<p>not quite.  maybe to plaid.  but there is an increase.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avdi</title>
		<link>http://avdi.org/devblog/2009/02/24/tdd-accelerates-development/comment-page-1/#comment-590</link>
		<dc:creator>avdi</dc:creator>
		<pubDate>Tue, 24 Feb 2009 18:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=125#comment-590</guid>
		<description>Would you say that testing all the fuckin&#039; time accelerates your development to &lt;a href=&quot;http://www.youtube.com/watch?v=mk7VWcuVOf0֟&quot; rel=&quot;nofollow&quot;&gt;ludicrous speed&lt;/a&gt;?</description>
		<content:encoded><![CDATA[<p>Would you say that testing all the fuckin&#39; time accelerates your development to <a href="http://www.youtube.com/watch?v=mk7VWcuVOf0֟" rel="nofollow">ludicrous speed</a>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryanl</title>
		<link>http://avdi.org/devblog/2009/02/24/tdd-accelerates-development/comment-page-1/#comment-589</link>
		<dc:creator>bryanl</dc:creator>
		<pubDate>Tue, 24 Feb 2009 18:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=125#comment-589</guid>
		<description>here here!</description>
		<content:encoded><![CDATA[<p>here here!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.270 seconds -->
