<?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"
	>
<channel>
	<title>Comments on: Wall &#8216;O Shame</title>
	<atom:link href="http://cwash.org/wall-o-shame/feed/" rel="self" type="application/rss+xml" />
	<link>http://cwash.org</link>
	<description>+= construction + craftsmanship;</description>
	<pubDate>Tue, 18 Nov 2008 21:53:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Jacob Orshalick</title>
		<link>http://cwash.org/wall-o-shame/#comment-508</link>
		<dc:creator>Jacob Orshalick</dc:creator>
		<pubDate>Fri, 17 Oct 2008 12:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://cwash.org/wall-o-shame/#comment-508</guid>
		<description>Like the page, hope to see plenty of these.  I'll be the first ;)

How not to implement an equals method (no, seriously, I've seen this in code):

public boolean equals(Object rhs) {
  if(rhs.equals(null)) {
    return false;
  }
  ... ...
}</description>
		<content:encoded><![CDATA[<p>Like the page, hope to see plenty of these.  I&#8217;ll be the first <img src='http://cwash.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>How not to implement an equals method (no, seriously, I&#8217;ve seen this in code):</p>
<p>public boolean equals(Object rhs) {<br />
  if(rhs.equals(null)) {<br />
    return false;<br />
  }<br />
  &#8230; &#8230;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
