<?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: Six months of Test Driven Development</title>
	<atom:link href="http://www.compactcode.com/2009/08/six-months-of-test-driven-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.compactcode.com/2009/08/six-months-of-test-driven-development/</link>
	<description>keeping software simple</description>
	<lastBuildDate>Wed, 18 Aug 2010 04:20:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.compactcode.com/2009/08/six-months-of-test-driven-development/comment-page-1/#comment-8</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 07 Aug 2009 06:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.compactcode.com/?p=31#comment-8</guid>
		<description>@Pramatr
It&#039;s infectious isn&#039;t it! lately I have been trying not to preach about it too much. I figure if TDD is good, then my results should speak for themselves and encourage my colleagues to give it a try :)</description>
		<content:encoded><![CDATA[<p>@Pramatr<br />
It&#8217;s infectious isn&#8217;t it! lately I have been trying not to preach about it too much. I figure if TDD is good, then my results should speak for themselves and encourage my colleagues to give it a try <img src='http://www.compactcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.compactcode.com/2009/08/six-months-of-test-driven-development/comment-page-1/#comment-7</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 07 Aug 2009 06:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.compactcode.com/?p=31#comment-7</guid>
		<description>@logofreestyle
Great to hear that you have been trying to experiment with unit testing! If your feeling overwhelmed with the complexity of your tests don&#039;t worry, that&#039;s normal. Pick yourself up and try again with something smaller and easier to understand. Build your confidence up slowly, you don&#039;t have to go at it 100% from the get go. The best way to get help testing a really complex piece code is to show it to someone who has a good understanding of TDD, the solutions are not usually complex but may require a small mindshift :)</description>
		<content:encoded><![CDATA[<p>@logofreestyle<br />
Great to hear that you have been trying to experiment with unit testing! If your feeling overwhelmed with the complexity of your tests don&#8217;t worry, that&#8217;s normal. Pick yourself up and try again with something smaller and easier to understand. Build your confidence up slowly, you don&#8217;t have to go at it 100% from the get go. The best way to get help testing a really complex piece code is to show it to someone who has a good understanding of TDD, the solutions are not usually complex but may require a small mindshift <img src='http://www.compactcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pramatr</title>
		<link>http://www.compactcode.com/2009/08/six-months-of-test-driven-development/comment-page-1/#comment-4</link>
		<dc:creator>Pramatr</dc:creator>
		<pubDate>Thu, 06 Aug 2009 19:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.compactcode.com/?p=31#comment-4</guid>
		<description>Nice post. I&#039;ve often found the first problem with TDD is convincing yourself you&#039;re going to give it a fair crack of the whip and the second is getting everyone else to do the same. You&#039;ve got to want to do it, you&#039;ve got to want to change. If you or others don&#039;t want to it will not go anywhere. And the most annoying thing about it is when you&#039;re hooked trying to get everyone else hooked as well ;-).</description>
		<content:encoded><![CDATA[<p>Nice post. I&#8217;ve often found the first problem with TDD is convincing yourself you&#8217;re going to give it a fair crack of the whip and the second is getting everyone else to do the same. You&#8217;ve got to want to do it, you&#8217;ve got to want to change. If you or others don&#8217;t want to it will not go anywhere. And the most annoying thing about it is when you&#8217;re hooked trying to get everyone else hooked as well <img src='http://www.compactcode.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: logofreestyle</title>
		<link>http://www.compactcode.com/2009/08/six-months-of-test-driven-development/comment-page-1/#comment-3</link>
		<dc:creator>logofreestyle</dc:creator>
		<pubDate>Thu, 06 Aug 2009 15:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.compactcode.com/?p=31#comment-3</guid>
		<description>well... you&#039;re article is interesting but I&#039;d love to know more about what&#039;s the difference between a &quot;more experienced developers using a test driven approach to development&quot; and you (by extension a lot of people without extensive test driven knowledges?). How do serious developpers their magic tricks ? In one of my project I tried to make unit tests as much as i could but i must admit it didnt go very well... I noticed a lot of mistakes in my code because the granularity of my tests were extremely poor, some parts were not tested because testing it would have be too costly (insane testing scenarii, too much complexity, etc.).</description>
		<content:encoded><![CDATA[<p>well&#8230; you&#8217;re article is interesting but I&#8217;d love to know more about what&#8217;s the difference between a &#8220;more experienced developers using a test driven approach to development&#8221; and you (by extension a lot of people without extensive test driven knowledges?). How do serious developpers their magic tricks ? In one of my project I tried to make unit tests as much as i could but i must admit it didnt go very well&#8230; I noticed a lot of mistakes in my code because the granularity of my tests were extremely poor, some parts were not tested because testing it would have be too costly (insane testing scenarii, too much complexity, etc.).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
