<?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: TDD Kata &#8211; By Example video</title>
	<atom:link href="http://www.21apps.com/agile/tdd-kata-by-example-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.21apps.com/agile/tdd-kata-by-example-video/</link>
	<description>Inspiring people to change the way they work</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ajwaka</title>
		<link>http://www.21apps.com/agile/tdd-kata-by-example-video/comment-page-1/#comment-1336</link>
		<dc:creator>ajwaka</dc:creator>
		<pubDate>Wed, 22 Dec 2010 06:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1065#comment-1336</guid>
		<description>Thanks for sharing - I don&#039;t know why but sometimes I *think* things need to be difficult or confusing.  After watching this I realize I spend too much time forward thinking and fail to achieve the &quot;make it pass as EASILY as can be&quot; - which in hindsight has helped to falter my rhythm and lead to abandoning TDD.&lt;br&gt;&lt;br&gt;Thanks for the smack on the head!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing &#8211; I don&#39;t know why but sometimes I *think* things need to be difficult or confusing.  After watching this I realize I spend too much time forward thinking and fail to achieve the &#8220;make it pass as EASILY as can be&#8221; &#8211; which in hindsight has helped to falter my rhythm and lead to abandoning TDD.</p>
<p>Thanks for the smack on the head!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: More Cloud News &#171; Composite Code</title>
		<link>http://www.21apps.com/agile/tdd-kata-by-example-video/comment-page-1/#comment-1220</link>
		<dc:creator>More Cloud News &#171; Composite Code</dc:creator>
		<pubDate>Mon, 14 Jun 2010 18:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1065#comment-1220</guid>
		<description>[...] http://www.21apps.com/agile/tdd-kata-by-example-video/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.21apps.com/agile/tdd-kata-by-example-video/" rel="nofollow">http://www.21apps.com/agile/tdd-kata-by-example-video/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Hardy</title>
		<link>http://www.21apps.com/agile/tdd-kata-by-example-video/comment-page-1/#comment-1148</link>
		<dc:creator>Tim Hardy</dc:creator>
		<pubDate>Thu, 04 Mar 2010 00:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1065#comment-1148</guid>
		<description>Excellent video, but didn&#039;t you skip requirement 3 entirely?  I believe your code only allows for a single delimiter character within a numberstring instead of allowing different delimiters within the same string.  I only see that because I&#039;ve started doing this kata recently and step 3 adds significant complexity (the Split method doesn&#039;t help anymore - unless I&#039;m missing something).  I&#039;ve had to go old-school with the string manipulation and add tests for multiple digit numbers.</description>
		<content:encoded><![CDATA[<p>Excellent video, but didn&#39;t you skip requirement 3 entirely?  I believe your code only allows for a single delimiter character within a numberstring instead of allowing different delimiters within the same string.  I only see that because I&#39;ve started doing this kata recently and step 3 adds significant complexity (the Split method doesn&#39;t help anymore &#8211; unless I&#39;m missing something).  I&#39;ve had to go old-school with the string manipulation and add tests for multiple digit numbers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewWoody</title>
		<link>http://www.21apps.com/agile/tdd-kata-by-example-video/comment-page-1/#comment-1143</link>
		<dc:creator>AndrewWoody</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1065#comment-1143</guid>
		<description>Scott,&lt;br&gt;&lt;br&gt;I use TestDriven.Net and I have mapped the Alt+T and Alt+R keys to this.   It can then run the NUnit tests in Visual Studio.   The out of the box Unit Testing framework will only work with MSTest test as you have found.&lt;br&gt;Andrew</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>I use TestDriven.Net and I have mapped the Alt+T and Alt+R keys to this.   It can then run the NUnit tests in Visual Studio.   The out of the box Unit Testing framework will only work with MSTest test as you have found.<br />Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Radden</title>
		<link>http://www.21apps.com/agile/tdd-kata-by-example-video/comment-page-1/#comment-1142</link>
		<dc:creator>Scott Radden</dc:creator>
		<pubDate>Mon, 01 Mar 2010 18:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1065#comment-1142</guid>
		<description>Are you running NUnit tests within VS IDE?? If so how do you enable this because running VS2008 and NUnit 2.5.3 the and decorating my test fixture with NUnits [TestFixture] attribute the test option in the IDE remains disabled?</description>
		<content:encoded><![CDATA[<p>Are you running NUnit tests within VS IDE?? If so how do you enable this because running VS2008 and NUnit 2.5.3 the and decorating my test fixture with NUnits [TestFixture] attribute the test option in the IDE remains disabled?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Tamm &#187; Blog Archive &#187; 25.02.2010</title>
		<link>http://www.21apps.com/agile/tdd-kata-by-example-video/comment-page-1/#comment-1138</link>
		<dc:creator>Markus Tamm &#187; Blog Archive &#187; 25.02.2010</dc:creator>
		<pubDate>Thu, 25 Feb 2010 08:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1065#comment-1138</guid>
		<description>[...] TDD Kata (Andrew Woodward) [...]</description>
		<content:encoded><![CDATA[<p>[...] TDD Kata (Andrew Woodward) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Osherove&#8217;s TDD Kata: My first attempt at Mark Needham</title>
		<link>http://www.21apps.com/agile/tdd-kata-by-example-video/comment-page-1/#comment-1091</link>
		<dc:creator>Roy Osherove&#8217;s TDD Kata: My first attempt at Mark Needham</dc:creator>
		<pubDate>Fri, 25 Dec 2009 12:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1065#comment-1091</guid>
		<description>[...] Andrew Woodward has recorded his version of the kata where he avoids using the mouse for the whole exercise so I tried to avoid using the mouse as well and it was surprisingly difficult! [...]</description>
		<content:encoded><![CDATA[<p>[...] Andrew Woodward has recorded his version of the kata where he avoids using the mouse for the whole exercise so I tried to avoid using the mouse as well and it was surprisingly difficult! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Uhri</title>
		<link>http://www.21apps.com/agile/tdd-kata-by-example-video/comment-page-1/#comment-1052</link>
		<dc:creator>John Uhri</dc:creator>
		<pubDate>Wed, 21 Oct 2009 00:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1065#comment-1052</guid>
		<description>Do you have a ZIP of the solution you could include for us to refer to?</description>
		<content:encoded><![CDATA[<p>Do you have a ZIP of the solution you could include for us to refer to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T</title>
		<link>http://www.21apps.com/agile/tdd-kata-by-example-video/comment-page-1/#comment-1349</link>
		<dc:creator>T</dc:creator>
		<pubDate>Tue, 13 Oct 2009 22:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1065#comment-1349</guid>
		<description>http://temebele.wordpress.com/2009/10/09/tdd-kata-string-calculator-2/</description>
		<content:encoded><![CDATA[<p><a href="http://temebele.wordpress.com/2009/10/09/tdd-kata-string-calculator-2/" rel="nofollow">http://temebele.wordpress.com/2009/10/09/tdd-kata-string-calculator-2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal Blomfield</title>
		<link>http://www.21apps.com/agile/tdd-kata-by-example-video/comment-page-1/#comment-1348</link>
		<dc:creator>Neal Blomfield</dc:creator>
		<pubDate>Tue, 13 Oct 2009 00:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1065#comment-1348</guid>
		<description>There&#039;s a keyboard jedi program floating around that shows all your keystrokes - would be very useful for this kind of thing so others can see the keystrokes you are using.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a keyboard jedi program floating around that shows all your keystrokes &#8211; would be very useful for this kind of thing so others can see the keystrokes you are using.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

