<?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: Three Qualities that Every Piece of Code Should Have &#8230;</title>
	<atom:link href="http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/</link>
	<description></description>
	<lastBuildDate>Sun, 14 Mar 2010 12:04:09 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Elegant Code &#187; Ethics in Software Development: Craftsmanship over Crap</title>
		<link>http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/comment-page-1/#comment-42593</link>
		<dc:creator>Elegant Code &#187; Ethics in Software Development: Craftsmanship over Crap</dc:creator>
		<pubDate>Sun, 11 Jan 2009 18:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/#comment-42593</guid>
		<description>[...] Robert C. Martin calls &#8216;Craftsmanship over Crap&#8217; the fifth principle of the agile manifesto. I&#8217;ve been writing a lot on this blog about writing clean code and qualities that every piece of code should have. [...]</description>
		<content:encoded><![CDATA[<p>[...] Robert C. Martin calls &#8216;Craftsmanship over Crap&#8217; the fifth principle of the agile manifesto. I&#8217;ve been writing a lot on this blog about writing clean code and qualities that every piece of code should have. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishwajeet singh</title>
		<link>http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/comment-page-1/#comment-28606</link>
		<dc:creator>vishwajeet singh</dc:creator>
		<pubDate>Wed, 30 Jul 2008 08:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/#comment-28606</guid>
		<description>Nice post</description>
		<content:encoded><![CDATA[<p>Nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - July 29, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/comment-page-1/#comment-28545</link>
		<dc:creator>Dew Drop - July 29, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Tue, 29 Jul 2008 13:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/#comment-28545</guid>
		<description>[...] Three Qualities That Every Piece of Code Should Have (Jan Van Ryswyck) [...]</description>
		<content:encoded><![CDATA[<p>[...] Three Qualities That Every Piece of Code Should Have (Jan Van Ryswyck) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/comment-page-1/#comment-28530</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Tue, 29 Jul 2008 09:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/#comment-28530</guid>
		<description>true, but when it comes to the presence of tests, i&#039;d rather be as explicit as possible ;)</description>
		<content:encoded><![CDATA[<p>true, but when it comes to the presence of tests, i&#8217;d rather be as explicit as possible <img src='http://elegantcode.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Van Ryswyck</title>
		<link>http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/comment-page-1/#comment-28515</link>
		<dc:creator>Jan Van Ryswyck</dc:creator>
		<pubDate>Tue, 29 Jul 2008 05:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/#comment-28515</guid>
		<description>Agreed, but I actually implicitly applied that by the second point. Code that is easy to change, in my view, also has a good ecosystem around it (CI, unit tests, acceptance tests, code analysis, etc. ...) Without this implicit thinking, its true that something that is easy to change doesn&#039;t necessarily need be easy test.</description>
		<content:encoded><![CDATA[<p>Agreed, but I actually implicitly applied that by the second point. Code that is easy to change, in my view, also has a good ecosystem around it (CI, unit tests, acceptance tests, code analysis, etc. &#8230;) Without this implicit thinking, its true that something that is easy to change doesn&#8217;t necessarily need be easy test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/comment-page-1/#comment-28488</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Mon, 28 Jul 2008 21:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/28/three-qualities-that-every-piece-of-code-should-have/#comment-28488</guid>
		<description>there is one quality that i&#039;d add to the list:

it should be easy to test

code that is easy to test is often easy to change, and should &#039;work&#039;.  However, code that is easy to change and that works is not always easy to test :)</description>
		<content:encoded><![CDATA[<p>there is one quality that i&#8217;d add to the list:</p>
<p>it should be easy to test</p>
<p>code that is easy to test is often easy to change, and should &#8216;work&#8217;.  However, code that is easy to change and that works is not always easy to test <img src='http://elegantcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
