<?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: Pair Programming/Helping/Working Collaboratively</title>
	<atom:link href="http://www.markhneedham.com/blog/2009/11/22/pair-programminghelpingworking-collaboratively/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2009/11/22/pair-programminghelpingworking-collaboratively/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Sat, 11 Feb 2012 23:17: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: Awkward Coder</title>
		<link>http://www.markhneedham.com/blog/2009/11/22/pair-programminghelpingworking-collaboratively/comment-page-1/#comment-27121</link>
		<dc:creator>Awkward Coder</dc:creator>
		<pubDate>Mon, 23 Nov 2009 16:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1860#comment-27121</guid>
		<description>IMO once you accept you don&#039;t know everything and you don&#039;t take the lead when pairing (sometimes), it becomes fun and very productive.

The abilities to solve particular problems are rarely equally matched in pairs IMO. It&#039;s enjoyable being able to sit back and be a sounding board for ideas...</description>
		<content:encoded><![CDATA[<p>IMO once you accept you don&#8217;t know everything and you don&#8217;t take the lead when pairing (sometimes), it becomes fun and very productive.</p>
<p>The abilities to solve particular problems are rarely equally matched in pairs IMO. It&#8217;s enjoyable being able to sit back and be a sounding board for ideas&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Marks</title>
		<link>http://www.markhneedham.com/blog/2009/11/22/pair-programminghelpingworking-collaboratively/comment-page-1/#comment-27088</link>
		<dc:creator>Andy Marks</dc:creator>
		<pubDate>Sun, 22 Nov 2009 21:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1860#comment-27088</guid>
		<description>If alpha progs are above pairing, then I assume they&#039;re similarly opposed to reviews of their code... and what about testing of their code?  Surely that&#039;s a no-no as it presumes there will be defects :-)</description>
		<content:encoded><![CDATA[<p>If alpha progs are above pairing, then I assume they&#8217;re similarly opposed to reviews of their code&#8230; and what about testing of their code?  Surely that&#8217;s a no-no as it presumes there will be defects <img src='http://www.markhneedham.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msuarz</title>
		<link>http://www.markhneedham.com/blog/2009/11/22/pair-programminghelpingworking-collaboratively/comment-page-1/#comment-27079</link>
		<dc:creator>msuarz</dc:creator>
		<pubDate>Sun, 22 Nov 2009 14:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1860#comment-27079</guid>
		<description>I don&#039;t like the helping alternative. It kills the balance of a pairing session. The alpha whatever a**holes would always be doing the helping because they r too good to need help. The rest of us would struggle harder with problems before asking for help. Because pride is a very human thing.

All in all the alpha-morons (i really disdain this alpha concept) would still build code that is clever in the best case. Most often what they do is write this super optimal scalable mambo jumbo that eventually becomes a framework an slave the betta programmer that simply don&#039;t get its awesomeness.

So its natural to have different levels of knowledge distributed in the team. But if the alpha technical ppl are delta capable of working with others there&#039;s a problem. And solving it via the &quot;helping&quot; paradigm just keeps feeding the egos of this alpha nerds.

Pairing is not about getting help, its about thinking through problems together (and having fun while at it). 

cheers
mike</description>
		<content:encoded><![CDATA[<p>I don&#8217;t like the helping alternative. It kills the balance of a pairing session. The alpha whatever a**holes would always be doing the helping because they r too good to need help. The rest of us would struggle harder with problems before asking for help. Because pride is a very human thing.</p>
<p>All in all the alpha-morons (i really disdain this alpha concept) would still build code that is clever in the best case. Most often what they do is write this super optimal scalable mambo jumbo that eventually becomes a framework an slave the betta programmer that simply don&#8217;t get its awesomeness.</p>
<p>So its natural to have different levels of knowledge distributed in the team. But if the alpha technical ppl are delta capable of working with others there&#8217;s a problem. And solving it via the &#8220;helping&#8221; paradigm just keeps feeding the egos of this alpha nerds.</p>
<p>Pairing is not about getting help, its about thinking through problems together (and having fun while at it). </p>
<p>cheers<br />
mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rooney</title>
		<link>http://www.markhneedham.com/blog/2009/11/22/pair-programminghelpingworking-collaboratively/comment-page-1/#comment-27077</link>
		<dc:creator>Dave Rooney</dc:creator>
		<pubDate>Sun, 22 Nov 2009 13:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1860#comment-27077</guid>
		<description>I understand the reluctance of people to pair right from the start, but I wonder how much time could have been saved by pairing immediately rather than waiting to ask for help once you were stuck or had a design decision to be made.

My experience has always (and I mean always) been that pairing significantly reduces the latency between when I need help and when I&#039;m conscious of needing help.  Pairing forces me to think out loud, which can quite often make the answer to a decision obvious.

Dave Rooney
The Agile Consortium</description>
		<content:encoded><![CDATA[<p>I understand the reluctance of people to pair right from the start, but I wonder how much time could have been saved by pairing immediately rather than waiting to ask for help once you were stuck or had a design decision to be made.</p>
<p>My experience has always (and I mean always) been that pairing significantly reduces the latency between when I need help and when I&#8217;m conscious of needing help.  Pairing forces me to think out loud, which can quite often make the answer to a decision obvious.</p>
<p>Dave Rooney<br />
The Agile Consortium</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rixt Wiersma</title>
		<link>http://www.markhneedham.com/blog/2009/11/22/pair-programminghelpingworking-collaboratively/comment-page-1/#comment-27075</link>
		<dc:creator>Rixt Wiersma</dc:creator>
		<pubDate>Sun, 22 Nov 2009 12:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1860#comment-27075</guid>
		<description>Remember the metaprograms that are recognized in NLP, for example Towards to -Away from? Your blog reminds me of the internal reference - external reference metaprogram. I guess coders with a strong internal reference wouldn&#039;t mind working alone and even when confronted with a design decision would be okay with coming up with a choice themselves, whereas an externally referenced person, would want to getas much input as possible before making the decision.</description>
		<content:encoded><![CDATA[<p>Remember the metaprograms that are recognized in NLP, for example Towards to -Away from? Your blog reminds me of the internal reference &#8211; external reference metaprogram. I guess coders with a strong internal reference wouldn&#8217;t mind working alone and even when confronted with a design decision would be okay with coming up with a choice themselves, whereas an externally referenced person, would want to getas much input as possible before making the decision.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

