<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Agile Insider &#187; pair programming</title>
	<atom:link href="http://www.agileinsider.org/tag/pair-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agileinsider.org</link>
	<description>reality bytes...</description>
	<lastBuildDate>Fri, 23 Jul 2010 07:58:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Avoiding Inertia</title>
		<link>http://www.agileinsider.org/2009/05/avoiding-inertia/</link>
		<comments>http://www.agileinsider.org/2009/05/avoiding-inertia/#comments</comments>
		<pubDate>Wed, 27 May 2009 11:48:52 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[pair programming]]></category>
		<category><![CDATA[test driven]]></category>
		<category><![CDATA[benefits]]></category>
		<category><![CDATA[essays]]></category>
		<category><![CDATA[from the trenches]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://www.agileinsider.org/?p=86</guid>
		<description><![CDATA[Michael Hill has produced a lovely essay about how TDD and Pair Programming ensure that the internal quality of your code doesn't cost you in future productivity.]]></description>
			<content:encoded><![CDATA[<p>Michael Hill has produced a lovely essay about how TDD and <a title="Pair Programming" href="http://www.agileinsider.org/tag/pair-programming/">Pair Programming</a> ensure that the internal <a title="quality" href="http://www.agileinsider.org/tag/quality/">quality</a> of your code doesn't cost you in future productivity.  It is often difficult to grasp the <a title="benefits" href="http://www.agileinsider.org/tag/benefits/">benefits</a> of TDD and <a title="Pair Programming" href="http://www.agileinsider.org/tag/pair-programming/">Pair Programming</a> due to the inevitable short term perceived hit in productivity.  It is extremely important to recognise that the short term hit is however producing the desired side effect of <strong>highly maintainable code</strong> as a natural byproduct of producing high <a title="quality" href="http://www.agileinsider.org/tag/quality/">quality</a>, well tested, simple code.</p>
<p><a href="http://anarchycreek.com/2009/05/26/how-tdd-and-pairing-increase-production/" target="_blank">http://anarchycreek.com/2009/05/26/how-tdd-and-pairing-increase-production/</a></p><div id="spreadx">&nbsp;<a href="http://digg.com/submit?phase=2&url=http://www.agileinsider.org/2009/05/avoiding-inertia/" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/digg.gif" alt="Digg" border="0" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/share.php?u=http://www.agileinsider.org/2009/05/avoiding-inertia/" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/facebook.gif" alt="Facebook" border="0" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http://www.agileinsider.org/2009/05/avoiding-inertia/&title=Avoiding+Inertia" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/stumble.gif" alt="StumbleUpon" border="0" /></a>&nbsp;&nbsp;<a href="http://technorati.com/faves?add=http://www.agileinsider.org/2009/05/avoiding-inertia/" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/technorati.gif" alt="Technorati" border="0" /></a>&nbsp;&nbsp;<a href="http://del.icio.us/post?url=http://www.agileinsider.org/2009/05/avoiding-inertia/&title=Avoiding+Inertia" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/delicious.gif" alt="Deli.cio.us" border="0" /></a>&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://www.agileinsider.org/2009/05/avoiding-inertia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Reasons to Pair</title>
		<link>http://www.agileinsider.org/2009/05/more-reasons-to-pair/</link>
		<comments>http://www.agileinsider.org/2009/05/more-reasons-to-pair/#comments</comments>
		<pubDate>Wed, 27 May 2009 11:34:04 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[pair programming]]></category>
		<category><![CDATA[benefits]]></category>
		<category><![CDATA[essays]]></category>
		<category><![CDATA[from the trenches]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.agileinsider.org/?p=84</guid>
		<description><![CDATA[Another very compelling example of the benefits of pair programming.]]></description>
			<content:encoded><![CDATA[<p>Pairing is perhaps the hardest sell of the agile practises, so it is extremely refreshing to see yet more compelling evidence, courtesy of Mark Needham, of how pairing is extremely effective, in this case in the context of a large-scale <a title="refactoring" href="http://www.agileinsider.org/tag/refactoring/">refactoring</a> (although I wonder just how the business assigned value to this activity).</p>
<p><a href="http://www.markhneedham.com/blog/2009/05/26/pair-programming-refactoring/" target="_blank">http://www.markhneedham.com/blog/2009/05/26/pair-programming-refactoring/</a></p>
<p>I would concur that <a title="refactoring" href="http://www.agileinsider.org/tag/refactoring/">refactoring</a> is much more effective while pairing and it is often while refactoring that patterns emerge which makes up for the lack of upfront design, so having more than one brain looking for patterns will ultimately lead to better code...</p><div id="spreadx">&nbsp;<a href="http://digg.com/submit?phase=2&url=http://www.agileinsider.org/2009/05/more-reasons-to-pair/" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/digg.gif" alt="Digg" border="0" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/share.php?u=http://www.agileinsider.org/2009/05/more-reasons-to-pair/" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/facebook.gif" alt="Facebook" border="0" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http://www.agileinsider.org/2009/05/more-reasons-to-pair/&title=More+Reasons+to+Pair" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/stumble.gif" alt="StumbleUpon" border="0" /></a>&nbsp;&nbsp;<a href="http://technorati.com/faves?add=http://www.agileinsider.org/2009/05/more-reasons-to-pair/" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/technorati.gif" alt="Technorati" border="0" /></a>&nbsp;&nbsp;<a href="http://del.icio.us/post?url=http://www.agileinsider.org/2009/05/more-reasons-to-pair/&title=More+Reasons+to+Pair" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/delicious.gif" alt="Deli.cio.us" border="0" /></a>&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://www.agileinsider.org/2009/05/more-reasons-to-pair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pair Programming from the Trenches</title>
		<link>http://www.agileinsider.org/2009/05/pair-programming-from-the-trenches/</link>
		<comments>http://www.agileinsider.org/2009/05/pair-programming-from-the-trenches/#comments</comments>
		<pubDate>Mon, 18 May 2009 14:38:37 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[pair programming]]></category>
		<category><![CDATA[essays]]></category>
		<category><![CDATA[from the trenches]]></category>

		<guid isPermaLink="false">http://www.agileinsider.org/?p=20</guid>
		<description><![CDATA[On a recent gig for exoftware I introduced pair-programming to a (very) small team and over the course of the engagement we held regular retrospectives specifically about how the pair programming was going.  This was very much an exploratory exercise for a substantial company and the findings were extremely encouraging.  To really benefit from pairing [...]]]></description>
			<content:encoded><![CDATA[<p>On a recent gig for <a title="Exoftware" href="http://3.ly/n1" target="_blank">exoftware</a> I introduced pair-programming to a (very) small <a title="team" href="http://www.agileinsider.org/tag/team/">team</a> and over the course of the engagement we held regular retrospectives specifically about how the <a title="pair programming" href="http://www.agileinsider.org/tag/pair-programming/">pair programming</a> was going.  This was very much an exploratory exercise for a substantial company and the findings were extremely encouraging.  To really benefit from pairing does require some major organisational and cultural changes and this is very early days, but fingers crossed...</p>
<p>Of course, when <a title="pair programming" href="http://www.agileinsider.org/tag/pair-programming/">pair programming</a> is done well, with a group of experienced developers the <a title="benefits" href="http://www.agileinsider.org/tag/benefits/">benefits</a> are enormous, and if you're wondering what pair programming really means, then the following article from Rod Hilton sums it up extremely well...</p>
<p><a title="I Love Pair Programming by Rod Hilton" href="http://www.nomachetejuggling.com/2009/02/21/i-love-pair-programming/" target="_blank">http://www.nomachetejuggling.com/2009/02/21/i-love-pair-programming/</a></p>
<p>This not only provides an insight into the life of someone doing pair programming, but also hints to the true <a title="benefits" href="http://www.agileinsider.org/tag/benefits/">benefits</a> of pair programming, which is always a tough sell...</p><div id="spreadx">&nbsp;<a href="http://digg.com/submit?phase=2&url=http://www.agileinsider.org/2009/05/pair-programming-from-the-trenches/" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/digg.gif" alt="Digg" border="0" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/share.php?u=http://www.agileinsider.org/2009/05/pair-programming-from-the-trenches/" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/facebook.gif" alt="Facebook" border="0" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http://www.agileinsider.org/2009/05/pair-programming-from-the-trenches/&title=Pair+Programming+from+the+Trenches" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/stumble.gif" alt="StumbleUpon" border="0" /></a>&nbsp;&nbsp;<a href="http://technorati.com/faves?add=http://www.agileinsider.org/2009/05/pair-programming-from-the-trenches/" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/technorati.gif" alt="Technorati" border="0" /></a>&nbsp;&nbsp;<a href="http://del.icio.us/post?url=http://www.agileinsider.org/2009/05/pair-programming-from-the-trenches/&title=Pair+Programming+from+the+Trenches" target="_new"><img src="http://www.agileinsider.org/wp-content/plugins/spreadx/images/delicious.gif" alt="Deli.cio.us" border="0" /></a>&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://www.agileinsider.org/2009/05/pair-programming-from-the-trenches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
