<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Testing Private Methods</title>
	<atom:link href="http://avdi.org/devblog/2008/10/21/testing-private-methods/feed/" rel="self" type="application/rss+xml" />
	<link>http://avdi.org/devblog/2008/10/21/testing-private-methods/</link>
	<description>"...the three great virtues of a programmer: laziness, impatience, and hubris." -- Larry Wall</description>
	<lastBuildDate>Wed, 03 Mar 2010 21:56:22 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Busby SEO Test!!!</title>
		<link>http://avdi.org/devblog/2008/10/21/testing-private-methods/comment-page-1/#comment-208</link>
		<dc:creator>Busby SEO Test!!!</dc:creator>
		<pubDate>Fri, 09 Jan 2009 16:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/21/testing-private-methods/#comment-208</guid>
		<description>nice code, i&#039;ll try it asap. thank you :)</description>
		<content:encoded><![CDATA[<p>nice code, i&#39;ll try it asap. thank you <img src='http://avdi.org/devblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cpjolicoeur</title>
		<link>http://avdi.org/devblog/2008/10/21/testing-private-methods/comment-page-1/#comment-206</link>
		<dc:creator>cpjolicoeur</dc:creator>
		<pubDate>Tue, 23 Dec 2008 14:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/21/testing-private-methods/#comment-206</guid>
		<description>Nice writeup.  I agree with breaking out the code into separate classes here.</description>
		<content:encoded><![CDATA[<p>Nice writeup.  I agree with breaking out the code into separate classes here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avdi</title>
		<link>http://avdi.org/devblog/2008/10/21/testing-private-methods/comment-page-1/#comment-181</link>
		<dc:creator>avdi</dc:creator>
		<pubDate>Thu, 23 Oct 2008 13:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/21/testing-private-methods/#comment-181</guid>
		<description>Ruby doesn&#039;t really support the notion of free functions (it kind of fakes it, but in a way I prefer not to take advantage of in anything but quick one-off scripts).  It could be a class-level method, I suppose.  I still prefer the class approach, because then if you decide to mock the slugification out you&#039;re not mocking methods on the class under test.</description>
		<content:encoded><![CDATA[<p>Ruby doesn&#39;t really support the notion of free functions (it kind of fakes it, but in a way I prefer not to take advantage of in anything but quick one-off scripts).  It could be a class-level method, I suppose.  I still prefer the class approach, because then if you decide to mock the slugification out you&#39;re not mocking methods on the class under test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Schierbeck</title>
		<link>http://avdi.org/devblog/2008/10/21/testing-private-methods/comment-page-1/#comment-179</link>
		<dc:creator>Daniel Schierbeck</dc:creator>
		<pubDate>Wed, 22 Oct 2008 13:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/21/testing-private-methods/#comment-179</guid>
		<description>Or the `slugify` method could be turned into a function, since it isn&#039;t really relevant to the `BlogPost` instance.</description>
		<content:encoded><![CDATA[<p>Or the `slugify` method could be turned into a function, since it isn&#39;t really relevant to the `BlogPost` instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://avdi.org/devblog/2008/10/21/testing-private-methods/comment-page-1/#comment-178</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 22 Oct 2008 10:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/21/testing-private-methods/#comment-178</guid>
		<description>Couldn&#039;t agree more. I often hear questions about testing private methods and to me it makes no sense whatsoever. As you say: private methods are an implementation detail!</description>
		<content:encoded><![CDATA[<p>Couldn&#39;t agree more. I often hear questions about testing private methods and to me it makes no sense whatsoever. As you say: private methods are an implementation detail!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryanl</title>
		<link>http://avdi.org/devblog/2008/10/21/testing-private-methods/comment-page-1/#comment-177</link>
		<dc:creator>bryanl</dc:creator>
		<pubDate>Wed, 22 Oct 2008 09:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/2008/10/21/testing-private-methods/#comment-177</guid>
		<description>I&#039;m glad to have at least  provided a little bit inspiration for this blog post.  We totally see eye-to-eye on this matter.</description>
		<content:encoded><![CDATA[<p>I&#39;m glad to have at least  provided a little bit inspiration for this blog post.  We totally see eye-to-eye on this matter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.314 seconds -->
