<?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: Meetups</title>
	<atom:link href="http://dublinalt.net/2009/02/16/meetups/feed/" rel="self" type="application/rss+xml" />
	<link>http://dublinalt.net/2009/02/16/meetups/</link>
	<description>The first ALT.NET group in Ireland</description>
	<lastBuildDate>Wed, 21 Jul 2010 10:53:32 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martha Rotter</title>
		<link>http://dublinalt.net/2009/02/16/meetups/comment-page-1/#comment-31</link>
		<dc:creator>Martha Rotter</dc:creator>
		<pubDate>Sat, 21 Feb 2009 01:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://dublinalt.net/?p=38#comment-31</guid>
		<description>Hi there, I only ended up getting about ten photos that came out (was a bit dark in there), but they&#039;re shared out here: http://flickr.com/photos/martharotter/sets/72157614037714073/ 

Ruben, thanks for that pointer to the podcasts on stackoverflow - good link!  I liked the Beck book as well when I was first getting into Agile &amp; TDD.

Also - a quick shameless plug for you to vote on Andrea&#039;s and other alt.net talks you&#039;d like to see at DDD Belfast: http://www.developerdeveloperdeveloper.com/belfastpreview/Users/VoteForSessions.aspx 

See you all at the next one in March.

--Martha</description>
		<content:encoded><![CDATA[<p>Hi there, I only ended up getting about ten photos that came out (was a bit dark in there), but they&#8217;re shared out here: <a href="http://flickr.com/photos/martharotter/sets/72157614037714073/" rel="nofollow">http://flickr.com/photos/martharotter/sets/72157614037714073/</a> </p>
<p>Ruben, thanks for that pointer to the podcasts on stackoverflow &#8211; good link!  I liked the Beck book as well when I was first getting into Agile &amp; TDD.</p>
<p>Also &#8211; a quick shameless plug for you to vote on Andrea&#8217;s and other alt.net talks you&#8217;d like to see at DDD Belfast: <a href="http://www.developerdeveloperdeveloper.com/belfastpreview/Users/VoteForSessions.aspx" rel="nofollow">http://www.developerdeveloperdeveloper.com/belfastpreview/Users/VoteForSessions.aspx</a> </p>
<p>See you all at the next one in March.</p>
<p>&#8211;Martha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben Bartelink</title>
		<link>http://dublinalt.net/2009/02/16/meetups/comment-page-1/#comment-24</link>
		<dc:creator>Ruben Bartelink</dc:creator>
		<pubDate>Mon, 16 Feb 2009 12:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://dublinalt.net/?p=38#comment-24</guid>
		<description>re Books,
I&#039;m read the Beck[1] book, the Newkirk/Vorontsov[2] book and Feathers[3]. I&#039;ve had the opportunity to read Meszaros[4], but its size and the fact that I had other stuff ahead of it in the queue means I havent read it yet.

The Feeathers book is a Must Buy, and the one to buy if you only want one book.
The Beck book is excellent, and has a low page count and really gets some key concepts across.
I&#039;d probably skip Newkirk/Vorontsov if I was looking for one to cut even though some people rate it highly. 

I read them in [2],[3],[1] order but would ideally read them in [1],[3] order.  

Other books that hit the topic even if its not their primary topic are Seguin[5] and Martin/Martin[6].  These both fit in with the general aim of understanding what TDD fits in with and the whole bigger picture.

re other resources such as podcasts, http://stackoverflow.com/questions/387326/unit-testing-videos-or-pod-casts/388485#388485 has a list of podcasts &amp; general resources.

re test reluctance, the more the merrier. Some even came out as test reulctant in the pub in the after session, so I think there should be plenty fodder for a productive discussion

[1] http://www.amazon.com/Test-Driven-Development-Addison-Wesley-Signature/dp/0321146530/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1234785788&amp;sr=8-1
[2] http://www.amazon.com/Test-Driven-Development-Microsoft-NET-Professional/dp/0735619484/ref=pd_bbs_sr_3?ie=UTF8&amp;s=books&amp;qid=1234785788&amp;sr=8-3
[3] http://www.amazon.com/xUnit-Test-Patterns-Refactoring-Addison-Wesley/dp/0131495054/ref=pd_bbs_10?ie=UTF8&amp;s=books&amp;qid=1234785788&amp;sr=8-10
[4] http://www.amazon.com/Working-Effectively-Legacy-Robert-Martin/dp/0131177052/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1234785906&amp;sr=8-1
[5] http://codebetter.com/blogs/karlseguin/archive/2008/06/24/foundations-of-programming-ebook.aspx
[6] http://www.amazon.com/Principles-Patterns-Practices-Robert-Martin/dp/0131857258/ref=pd_sim_b_15</description>
		<content:encoded><![CDATA[<p>re Books,<br />
I&#8217;m read the Beck[1] book, the Newkirk/Vorontsov[2] book and Feathers[3]. I&#8217;ve had the opportunity to read Meszaros[4], but its size and the fact that I had other stuff ahead of it in the queue means I havent read it yet.</p>
<p>The Feeathers book is a Must Buy, and the one to buy if you only want one book.<br />
The Beck book is excellent, and has a low page count and really gets some key concepts across.<br />
I&#8217;d probably skip Newkirk/Vorontsov if I was looking for one to cut even though some people rate it highly. </p>
<p>I read them in [2],[3],[1] order but would ideally read them in [1],[3] order.  </p>
<p>Other books that hit the topic even if its not their primary topic are Seguin[5] and Martin/Martin[6].  These both fit in with the general aim of understanding what TDD fits in with and the whole bigger picture.</p>
<p>re other resources such as podcasts, <a href="http://stackoverflow.com/questions/387326/unit-testing-videos-or-pod-casts/388485#388485" rel="nofollow">http://stackoverflow.com/questions/387326/unit-testing-videos-or-pod-casts/388485#388485</a> has a list of podcasts &amp; general resources.</p>
<p>re test reluctance, the more the merrier. Some even came out as test reulctant in the pub in the after session, so I think there should be plenty fodder for a productive discussion</p>
<p>[1] <a href="http://www.amazon.com/Test-Driven-Development-Addison-Wesley-Signature/dp/0321146530/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1234785788&amp;sr=8-1" rel="nofollow">http://www.amazon.com/Test-Driven-Development-Addison-Wesley-Signature/dp/0321146530/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1234785788&amp;sr=8-1</a><br />
[2] <a href="http://www.amazon.com/Test-Driven-Development-Microsoft-NET-Professional/dp/0735619484/ref=pd_bbs_sr_3?ie=UTF8&amp;s=books&amp;qid=1234785788&amp;sr=8-3" rel="nofollow">http://www.amazon.com/Test-Driven-Development-Microsoft-NET-Professional/dp/0735619484/ref=pd_bbs_sr_3?ie=UTF8&amp;s=books&amp;qid=1234785788&amp;sr=8-3</a><br />
[3] <a href="http://www.amazon.com/xUnit-Test-Patterns-Refactoring-Addison-Wesley/dp/0131495054/ref=pd_bbs_10?ie=UTF8&amp;s=books&amp;qid=1234785788&amp;sr=8-10" rel="nofollow">http://www.amazon.com/xUnit-Test-Patterns-Refactoring-Addison-Wesley/dp/0131495054/ref=pd_bbs_10?ie=UTF8&amp;s=books&amp;qid=1234785788&amp;sr=8-10</a><br />
[4] <a href="http://www.amazon.com/Working-Effectively-Legacy-Robert-Martin/dp/0131177052/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1234785906&amp;sr=8-1" rel="nofollow">http://www.amazon.com/Working-Effectively-Legacy-Robert-Martin/dp/0131177052/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1234785906&amp;sr=8-1</a><br />
[5] <a href="http://codebetter.com/blogs/karlseguin/archive/2008/06/24/foundations-of-programming-ebook.aspx" rel="nofollow">http://codebetter.com/blogs/karlseguin/archive/2008/06/24/foundations-of-programming-ebook.aspx</a><br />
[6] <a href="http://www.amazon.com/Principles-Patterns-Practices-Robert-Martin/dp/0131857258/ref=pd_sim_b_15" rel="nofollow">http://www.amazon.com/Principles-Patterns-Practices-Robert-Martin/dp/0131857258/ref=pd_sim_b_15</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio Perrone</title>
		<link>http://dublinalt.net/2009/02/16/meetups/comment-page-1/#comment-23</link>
		<dc:creator>Claudio Perrone</dc:creator>
		<pubDate>Mon, 16 Feb 2009 11:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://dublinalt.net/?p=38#comment-23</guid>
		<description>(Ooop, it looks like Ruben posted at the same time as me..with a much better comment :D)
Excellent DDD links btw.

Ruben, I&#039;m glad you are looking at getting the book I mentioned during our Dreyfus model discussion.
Here is the link to the concept map I drafted and shared based on my current understanding of the model: http://pix.ie/cperrone/830871/size/1200 

In case anyone is wondering about it, the book is: &quot;Pragmatic Thinking and Learning: Refactor Your Wetware&quot; ( http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning ).

Regarding the TDD topics, you are giving good ideas for discussion. Different people will have different skill levels and may need a broader perspective (so &quot;why tdd and anti-patterns could be good). 
I know a few &quot;TDD reclutant&quot; people who will possibly attend and may put our blind faith on test :-)

I would definitely suggest books and specific skill development paths.
Thank you for volunteering on giving the talk (just kidding...there is no official talk...just beer and discussion ;-))</description>
		<content:encoded><![CDATA[<p>(Ooop, it looks like Ruben posted at the same time as me..with a much better comment <img src='http://dublinalt.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )<br />
Excellent DDD links btw.</p>
<p>Ruben, I&#8217;m glad you are looking at getting the book I mentioned during our Dreyfus model discussion.<br />
Here is the link to the concept map I drafted and shared based on my current understanding of the model: <a href="http://pix.ie/cperrone/830871/size/1200" rel="nofollow">http://pix.ie/cperrone/830871/size/1200</a> </p>
<p>In case anyone is wondering about it, the book is: &#8220;Pragmatic Thinking and Learning: Refactor Your Wetware&#8221; ( <a href="http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning" rel="nofollow">http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning</a> ).</p>
<p>Regarding the TDD topics, you are giving good ideas for discussion. Different people will have different skill levels and may need a broader perspective (so &#8220;why tdd and anti-patterns could be good).<br />
I know a few &#8220;TDD reclutant&#8221; people who will possibly attend and may put our blind faith on test <img src='http://dublinalt.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I would definitely suggest books and specific skill development paths.<br />
Thank you for volunteering on giving the talk (just kidding&#8230;there is no official talk&#8230;just beer and discussion <img src='http://dublinalt.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio Perrone</title>
		<link>http://dublinalt.net/2009/02/16/meetups/comment-page-1/#comment-22</link>
		<dc:creator>Claudio Perrone</dc:creator>
		<pubDate>Mon, 16 Feb 2009 11:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://dublinalt.net/?p=38#comment-22</guid>
		<description>Well, we definitely suggested discussing TDD, comparing mocking frameworks, and dealing with legacy code (and &quot;legacy&quot; teams ;-) ). 

I agree with you, Thursday was a blast and I&#039;m looking forward to our next meeting. 
The 5th at The Duke is ok by me, btw.</description>
		<content:encoded><![CDATA[<p>Well, we definitely suggested discussing TDD, comparing mocking frameworks, and dealing with legacy code (and &#8220;legacy&#8221; teams <img src='http://dublinalt.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ). </p>
<p>I agree with you, Thursday was a blast and I&#8217;m looking forward to our next meeting.<br />
The 5th at The Duke is ok by me, btw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben Bartelink</title>
		<link>http://dublinalt.net/2009/02/16/meetups/comment-page-1/#comment-21</link>
		<dc:creator>Ruben Bartelink</dc:creator>
		<pubDate>Mon, 16 Feb 2009 11:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://dublinalt.net/?p=38#comment-21</guid>
		<description>Thanks for the session.  Refactoring Wetware is on my wishlist.

I also put some refs to DDD blog series in the comments to the last post.

Thought it was going to be second Thursday? (it doesnt make any diff to me tho)

re Testing/TDD as the topic, for me you need to pin down the topic as both are pretty broad:
Testing
TDD
why TDD? to support refactoring? confidence? ability to change? design? get rid of need for test team?
what is a reasonable coverage target? Does it matter?
TDD anti-patterns
selling TDD
starting TDD blockers
TDD techniques
TDD tools
mocking/Type [of] Mocking

I&#039;d go for &quot;why TDD&quot; with some anti patterns
Then  you can start talking about selling
The doing for me comes after the motivation sessions
I think the context needs to be set first, and some idea of whether we&#039;re going to do 1 session on it and come back or maybe do two in a row. I guess we can do an overview and the rest will expand out in the discussion.

But I&#039;m not the one giving the talk, so I&#039;ll shut up now!</description>
		<content:encoded><![CDATA[<p>Thanks for the session.  Refactoring Wetware is on my wishlist.</p>
<p>I also put some refs to DDD blog series in the comments to the last post.</p>
<p>Thought it was going to be second Thursday? (it doesnt make any diff to me tho)</p>
<p>re Testing/TDD as the topic, for me you need to pin down the topic as both are pretty broad:<br />
Testing<br />
TDD<br />
why TDD? to support refactoring? confidence? ability to change? design? get rid of need for test team?<br />
what is a reasonable coverage target? Does it matter?<br />
TDD anti-patterns<br />
selling TDD<br />
starting TDD blockers<br />
TDD techniques<br />
TDD tools<br />
mocking/Type [of] Mocking</p>
<p>I&#8217;d go for &#8220;why TDD&#8221; with some anti patterns<br />
Then  you can start talking about selling<br />
The doing for me comes after the motivation sessions<br />
I think the context needs to be set first, and some idea of whether we&#8217;re going to do 1 session on it and come back or maybe do two in a row. I guess we can do an overview and the rest will expand out in the discussion.</p>
<p>But I&#8217;m not the one giving the talk, so I&#8217;ll shut up now!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
