<?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: Design Patterns in Ruby : The Template Method</title>
	<atom:link href="http://code.scrapcrap.org/dpr1/feed" rel="self" type="application/rss+xml" />
	<link>http://code.scrapcrap.org/dpr1</link>
	<description>Ruby, Programming, Technology, Fun</description>
	<lastBuildDate>Wed, 13 Oct 2010 13:01:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ennuyer.net &#187; Blog Archive &#187; I am way behind on my rails link blogging. Link dump and reboot.</title>
		<link>http://code.scrapcrap.org/dpr1/comment-page-1#comment-1378</link>
		<dc:creator>Ennuyer.net &#187; Blog Archive &#187; I am way behind on my rails link blogging. Link dump and reboot.</dc:creator>
		<pubDate>Sat, 09 May 2009 10:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://code.scrapcrap.org/?p=231#comment-1378</guid>
		<description>[...]  Design Patterns in Ruby : The Template Method &#124; Nine Mohs  [...]</description>
		<content:encoded><![CDATA[<p>[...]  Design Patterns in Ruby : The Template Method | Nine Mohs  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dogears</title>
		<link>http://code.scrapcrap.org/dpr1/comment-page-1#comment-1230</link>
		<dc:creator>dogears</dc:creator>
		<pubDate>Tue, 05 May 2009 19:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://code.scrapcrap.org/?p=231#comment-1230</guid>
		<description>Perhaps you might wish to reconsider the first sentence in the template methods section. Hopefully you are not trying to implement problems (software has enough of those already), but solutions to problems.</description>
		<content:encoded><![CDATA[<p>Perhaps you might wish to reconsider the first sentence in the template methods section. Hopefully you are not trying to implement problems (software has enough of those already), but solutions to problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Design Patterns in Ruby : The Factory Method &#124; Nine Mohs</title>
		<link>http://code.scrapcrap.org/dpr1/comment-page-1#comment-906</link>
		<dc:creator>Design Patterns in Ruby : The Factory Method &#124; Nine Mohs</dc:creator>
		<pubDate>Sun, 26 Apr 2009 17:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://code.scrapcrap.org/?p=231#comment-906</guid>
		<description>[...] programming Design Patterns in Ruby. This is the second part of the series and here&#8217;s a link to the last article on the Template Design [...]</description>
		<content:encoded><![CDATA[<p>[...] programming Design Patterns in Ruby. This is the second part of the series and here&#8217;s a link to the last article on the Template Design [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kitallis</title>
		<link>http://code.scrapcrap.org/dpr1/comment-page-1#comment-87</link>
		<dc:creator>kitallis</dc:creator>
		<pubDate>Mon, 09 Mar 2009 15:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://code.scrapcrap.org/?p=231#comment-87</guid>
		<description>@Nizar : Yeah, I didn&#039;t spend much time on example searching and building, sort of wrote it 2 minutes. Thanks for the tip though! I&#039;ll try building more concrete working examples in my Ruby specific Patterns. 

@riffraff : Fixed now. I did that zip thing as according to the design pattern figure, although now changed to the recommended way.</description>
		<content:encoded><![CDATA[<p>@Nizar : Yeah, I didn&#8217;t spend much time on example searching and building, sort of wrote it 2 minutes. Thanks for the tip though! I&#8217;ll try building more concrete working examples in my Ruby specific Patterns. </p>
<p>@riffraff : Fixed now. I did that zip thing as according to the design pattern figure, although now changed to the recommended way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riffraff</title>
		<link>http://code.scrapcrap.org/dpr1/comment-page-1#comment-85</link>
		<dc:creator>riffraff</dc:creator>
		<pubDate>Mon, 09 Mar 2009 10:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://code.scrapcrap.org/?p=231#comment-85</guid>
		<description>I second nizar&#039;s suggestion: check your examples and stick to ruby practices: snake_case for methods, &quot;zip&quot; shall be capitalized, the last example lacks an &quot;end&quot;

But nice post anyway :)

PS
&lt; got escaped in examples</description>
		<content:encoded><![CDATA[<p>I second nizar&#8217;s suggestion: check your examples and stick to ruby practices: snake_case for methods, &#8220;zip&#8221; shall be capitalized, the last example lacks an &#8220;end&#8221;</p>
<p>But nice post anyway <img src='http://kitallis.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>PS<br />
&lt; got escaped in examples</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nizar Jouini</title>
		<link>http://code.scrapcrap.org/dpr1/comment-page-1#comment-84</link>
		<dc:creator>Nizar Jouini</dc:creator>
		<pubDate>Mon, 09 Mar 2009 07:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://code.scrapcrap.org/?p=231#comment-84</guid>
		<description>Hi!

Nice post. Maybe you should look at existing Ruby libraries and dig up examples utilizing these patterns. That way your posts would be more than copy/paste...

P.S. Stick with Ruby&#039;s recommended syntax.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Nice post. Maybe you should look at existing Ruby libraries and dig up examples utilizing these patterns. That way your posts would be more than copy/paste&#8230;</p>
<p>P.S. Stick with Ruby&#8217;s recommended syntax.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

