<?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: private methods are stupid</title>
	<atom:link href="http://thatmattbone.com/2008/12/private-methods-are-stupid/feed/" rel="self" type="application/rss+xml" />
	<link>http://thatmattbone.com/2008/12/private-methods-are-stupid/</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 15:23:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Peter Nabicht</title>
		<link>http://thatmattbone.com/2008/12/private-methods-are-stupid/comment-page-1/#comment-170</link>
		<dc:creator>Peter Nabicht</dc:creator>
		<pubDate>Tue, 09 Dec 2008 20:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://thatmattbone.com/?p=115#comment-170</guid>
		<description>I agree whole-heartedly. There are places I&#039;ve used private functions in the past and now I chastise myself now for doing so.  

To add to your case that using private functions to &quot;protect&quot; code is just plain silly: properly written unit tests do more to protect the code.  As long as the unit tests work for the replacement of the function then the original intent and functionality of the code is protected.</description>
		<content:encoded><![CDATA[<p>I agree whole-heartedly. There are places I&#8217;ve used private functions in the past and now I chastise myself now for doing so.  </p>
<p>To add to your case that using private functions to &#8220;protect&#8221; code is just plain silly: properly written unit tests do more to protect the code.  As long as the unit tests work for the replacement of the function then the original intent and functionality of the code is protected.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

