<?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: Is Every Moment Paired &amp; TDD-ed?</title>
	<atom:link href="http://anarchycreek.com/2009/06/24/is-every-moment-paired-tdd-ed/feed/" rel="self" type="application/rss+xml" />
	<link>http://anarchycreek.com/2009/06/24/is-every-moment-paired-tdd-ed/</link>
	<description>Towards a Way of Excellence</description>
	<lastBuildDate>Wed, 28 Jul 2010 00:38:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tim Ottinger</title>
		<link>http://anarchycreek.com/2009/06/24/is-every-moment-paired-tdd-ed/comment-page-1/#comment-140</link>
		<dc:creator>Tim Ottinger</dc:creator>
		<pubDate>Tue, 30 Jun 2009 20:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=309#comment-140</guid>
		<description>Back in Feb: http://agileinaflash.blogspot.com/2009/02/what-to-do-when-not-pairing.html</description>
		<content:encoded><![CDATA[<p>Back in Feb: <a href="http://agileinaflash.blogspot.com/2009/02/what-to-do-when-not-pairing.html" rel="nofollow">http://agileinaflash.blogspot.com/2009/02/what-to-do-when-not-pairing.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry Kirk</title>
		<link>http://anarchycreek.com/2009/06/24/is-every-moment-paired-tdd-ed/comment-page-1/#comment-128</link>
		<dc:creator>Gerry Kirk</dc:creator>
		<pubDate>Thu, 25 Jun 2009 11:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=309#comment-128</guid>
		<description>I recently stumbled across a compelling white paper on pair programming. The results were based on research studies that showed, among other things that problem solving is greatly enhanced by working with someone else.

That same paper has a great quote from Ron Jeffries, XP legend on a humbling and revealing experience he had when paired with a novice:

&quot;I was sitting with one of the least-experienced developers, working on some fairly straightforward task. Frankly, I was thinking to myself that with my great skill in Smalltalk, I would soon be teaching this 
young programmer how it’s really done. We hadn’t been programming more than a few minutes when the youngster asked me why I was doing what I was doing. Sure enough, I was off on a 
bad track. I went another way. Then the whippersnapper reminded me of the correct method name for whatever I was mistyping at the time. Pretty soon, he was suggesting what I should do next, meanwhile calling out my every formatting error and syntax mistake.&quot;
- From http://collaboration.csc.ncsu.edu/laurie/Papers/XPSardinia.PDF</description>
		<content:encoded><![CDATA[<p>I recently stumbled across a compelling white paper on pair programming. The results were based on research studies that showed, among other things that problem solving is greatly enhanced by working with someone else.</p>
<p>That same paper has a great quote from Ron Jeffries, XP legend on a humbling and revealing experience he had when paired with a novice:</p>
<p>&#8220;I was sitting with one of the least-experienced developers, working on some fairly straightforward task. Frankly, I was thinking to myself that with my great skill in Smalltalk, I would soon be teaching this<br />
young programmer how it’s really done. We hadn’t been programming more than a few minutes when the youngster asked me why I was doing what I was doing. Sure enough, I was off on a<br />
bad track. I went another way. Then the whippersnapper reminded me of the correct method name for whatever I was mistyping at the time. Pretty soon, he was suggesting what I should do next, meanwhile calling out my every formatting error and syntax mistake.&#8221;<br />
- From <a href="http://collaboration.csc.ncsu.edu/laurie/Papers/XPSardinia.PDF" rel="nofollow">http://collaboration.csc.ncsu.edu/laurie/Papers/XPSardinia.PDF</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracy Harms</title>
		<link>http://anarchycreek.com/2009/06/24/is-every-moment-paired-tdd-ed/comment-page-1/#comment-126</link>
		<dc:creator>Tracy Harms</dc:creator>
		<pubDate>Thu, 25 Jun 2009 04:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=309#comment-126</guid>
		<description>Thanks, I definitely find this reassuring. I&#039;ve struggled with the apparent contradiction between Agile emphasizing things that make so much sense, and TDD requiring adherence to rules that seemed quite the opposite. In particular I got hung up on the insistence by Robert Martin that not one line of code should be written without using the TDD discipline. I imagined that if he needs to calculate a square root he starts by coding a failing test!

From now on I promise that if it seems stupid, I&#039;ll assume it isn&#039;t actually part of the TDD approach.</description>
		<content:encoded><![CDATA[<p>Thanks, I definitely find this reassuring. I&#8217;ve struggled with the apparent contradiction between Agile emphasizing things that make so much sense, and TDD requiring adherence to rules that seemed quite the opposite. In particular I got hung up on the insistence by Robert Martin that not one line of code should be written without using the TDD discipline. I imagined that if he needs to calculate a square root he starts by coding a failing test!</p>
<p>From now on I promise that if it seems stupid, I&#8217;ll assume it isn&#8217;t actually part of the TDD approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Gonzalez</title>
		<link>http://anarchycreek.com/2009/06/24/is-every-moment-paired-tdd-ed/comment-page-1/#comment-125</link>
		<dc:creator>Al Gonzalez</dc:creator>
		<pubDate>Thu, 25 Jun 2009 04:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=309#comment-125</guid>
		<description>I admit that I&#039;ve formed misconceptions about *pairing*, TDD and XP. It&#039;s probably because I&#039;ve never found a good source describing what a typical work day might be for a developer in such an environment.

Thanks for making it sound so straight forward and accessible.</description>
		<content:encoded><![CDATA[<p>I admit that I&#8217;ve formed misconceptions about *pairing*, TDD and XP. It&#8217;s probably because I&#8217;ve never found a good source describing what a typical work day might be for a developer in such an environment.</p>
<p>Thanks for making it sound so straight forward and accessible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Bria</title>
		<link>http://anarchycreek.com/2009/06/24/is-every-moment-paired-tdd-ed/comment-page-1/#comment-123</link>
		<dc:creator>Mike Bria</dc:creator>
		<pubDate>Wed, 24 Jun 2009 23:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://anarchycreek.com/?p=309#comment-123</guid>
		<description>Miguel,

Love it.  I&#039;ll add, if you&#039;re [normal and] pairing/tdd&#039;ing well, you&#039;ll find anymore than 3-5 hours to be breaking another XP cry of &quot;Sustainable Pace&quot;.  In other words, you&#039;ll feel fried (and good for you for it!),  and working in this fried mode is, well, ick.

Also, sorta reminds me also of Weinberg&#039;s classic advice (granted in a different context, one of consulting) to split your time effectively.  Plenty of your time to do &quot;the other things&quot; that aren&#039;t explicitly your primary purpose, but that support your primary purpose.

Cheerios
MB</description>
		<content:encoded><![CDATA[<p>Miguel,</p>
<p>Love it.  I&#8217;ll add, if you&#8217;re [normal and] pairing/tdd&#8217;ing well, you&#8217;ll find anymore than 3-5 hours to be breaking another XP cry of &#8220;Sustainable Pace&#8221;.  In other words, you&#8217;ll feel fried (and good for you for it!),  and working in this fried mode is, well, ick.</p>
<p>Also, sorta reminds me also of Weinberg&#8217;s classic advice (granted in a different context, one of consulting) to split your time effectively.  Plenty of your time to do &#8220;the other things&#8221; that aren&#8217;t explicitly your primary purpose, but that support your primary purpose.</p>
<p>Cheerios<br />
MB</p>
]]></content:encoded>
	</item>
</channel>
</rss>
