<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodeQuotes &#187; Quality and Testing</title>
	<atom:link href="http://codequotes.com/tags/quality/feed" rel="self" type="application/rss+xml" />
	<link>http://codequotes.com</link>
	<description>random technology quotations</description>
	<lastBuildDate>Wed, 21 Jul 2010 11:38:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Kent Beck on TDD and fear</title>
		<link>http://codequotes.com/2009/12/18/kent-beck-tdd-fear</link>
		<comments>http://codequotes.com/2009/12/18/kent-beck-tdd-fear#comments</comments>
		<pubDate>Fri, 18 Dec 2009 12:24:09 +0000</pubDate>
		<dc:creator>Neal Enssle</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Clean Code]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quality and Testing]]></category>

		<guid isPermaLink="false">http://codequotes.com/?p=141</guid>
		<description><![CDATA[&#8220;Test-driven development is a way of managing fear during programming.&#8221; &#8212; Kent Beck, Test-Driven Development by Example]]></description>
			<content:encoded><![CDATA[<p class="quote">&ldquo;Test-driven development is a way of managing fear during programming.&rdquo;
<p class="author">&mdash; <a class="authorLink" href="/?s=Kent Beck">Kent Beck</a>, <span class="source">Test-Driven Development by Example</span></p></p>
]]></content:encoded>
			<wfw:commentRss>http://codequotes.com/2009/12/18/kent-beck-tdd-fear/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fowler on ugly code</title>
		<link>http://codequotes.com/2009/11/07/fowler-on-ugly-code</link>
		<comments>http://codequotes.com/2009/11/07/fowler-on-ugly-code#comments</comments>
		<pubDate>Sat, 07 Nov 2009 13:19:52 +0000</pubDate>
		<dc:creator>Neal Enssle</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Clean Code]]></category>
		<category><![CDATA[Development Process]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quality and Testing]]></category>

		<guid isPermaLink="false">http://codequotes.com/2009/11/07/fowler-on-ugly-code</guid>
		<description><![CDATA[&#8220;Even so the program works. Is this not just an aesthetic judgment, a dislike of ugly code? It is until we want to change the system. The compiler doesn&#8217;t care whether the code is ugly or clean. But when we change the system, there is a human involved, and humans do care. A poorly designed [...]]]></description>
			<content:encoded><![CDATA[<p class="quote">&ldquo;Even so the program works. Is this not just an aesthetic judgment, a dislike of ugly code? It is until we want to change the system. The compiler doesn&#8217;t care whether the code is ugly or clean. But when we change the system, there is a human involved, and humans do care. A poorly designed system is hard to change. Hard because it is hard to figure out where the changes are needed. If it is hard to figure out what to change, there is a strong chance that the programmer will make a mistake and introduce bugs.&rdquo;</p>
<p class="author">&mdash; <a class="authorLink" href="/?s=Fowler">Martin Fowler</a>, <span class="source">Refactoring</span></p>
]]></content:encoded>
			<wfw:commentRss>http://codequotes.com/2009/11/07/fowler-on-ugly-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Appleton: No code</title>
		<link>http://codequotes.com/2008/05/24/no-code</link>
		<comments>http://codequotes.com/2008/05/24/no-code#comments</comments>
		<pubDate>Sun, 25 May 2008 03:18:14 +0000</pubDate>
		<dc:creator>Neal Enssle</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quality and Testing]]></category>

		<guid isPermaLink="false">http://codequotes.com/2008/05/24/no-code</guid>
		<description><![CDATA[&#8220;There is No CODE That is More Flexible Than NO Code!&#8221; &#8212; Brad Appleton]]></description>
			<content:encoded><![CDATA[<p class="quote">&ldquo;There is No CODE That is More Flexible Than NO Code!&rdquo;</p>
<p class="author">&mdash; <a class="authorLink" href="/?s=Appleton">Brad Appleton</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codequotes.com/2008/05/24/no-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parnas: Software systems</title>
		<link>http://codequotes.com/2006/04/05/parnas-software-systems</link>
		<comments>http://codequotes.com/2006/04/05/parnas-software-systems#comments</comments>
		<pubDate>Wed, 05 Apr 2006 09:05:46 +0000</pubDate>
		<dc:creator>Neal Enssle</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Quality and Testing]]></category>

		<guid isPermaLink="false">http://codequotes.com/2006/04/05/parnas-software-systems</guid>
		<description><![CDATA[&#8220;As a rule, software systems do not work well until they have been used, and have failed repeatedly, in real applications.&#8221; &#8212; Dave Parnas]]></description>
			<content:encoded><![CDATA[<p class="quote">&ldquo;As a rule, software systems do not work well until they have been used, and have failed repeatedly, in real applications.&rdquo;</p>
<p class="author">&mdash; <a class="authorLink" href="/?s=Parnas">Dave Parnas</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codequotes.com/2006/04/05/parnas-software-systems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kernigan: Debugging</title>
		<link>http://codequotes.com/2006/04/04/kernigan-debugging</link>
		<comments>http://codequotes.com/2006/04/04/kernigan-debugging#comments</comments>
		<pubDate>Tue, 04 Apr 2006 10:02:41 +0000</pubDate>
		<dc:creator>Neal Enssle</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Quality and Testing]]></category>

		<guid isPermaLink="false">http://codequotes.com/2006/04/05/kernigan-debugging</guid>
		<description><![CDATA[&#8220;Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.&#8221; &#8212; Brian Kernigan]]></description>
			<content:encoded><![CDATA[<p class="quote">&ldquo;Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.&rdquo;</p>
<p class="author">&mdash; <a class="authorLink" href="/?s=Kernigan">Brian Kernigan</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codequotes.com/2006/04/04/kernigan-debugging/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maguire: Trying solutions</title>
		<link>http://codequotes.com/2006/04/02/maguire-trying-solutions</link>
		<comments>http://codequotes.com/2006/04/02/maguire-trying-solutions#comments</comments>
		<pubDate>Sun, 02 Apr 2006 10:58:28 +0000</pubDate>
		<dc:creator>Neal Enssle</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Development Process]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quality and Testing]]></category>

		<guid isPermaLink="false">http://codequotes.com/2006/04/02/maguire-trying-solutions</guid>
		<description><![CDATA[&#8220;Don’t keep &#8220;trying&#8221; solutions until you find one that works. Take the time to find the correct solution.&#8221; &#8212; Steve Maguire, Writing Solid Code]]></description>
			<content:encoded><![CDATA[<p class="quote">&ldquo;Don’t keep &#8220;trying&#8221; solutions until you find one that works. Take the time to find the correct solution.&rdquo;</p>
<p class="author">&mdash; <a class="authorLink" href="/?s=Maguire">Steve Maguire</a>, <span class="source">Writing Solid Code</span></p>
]]></content:encoded>
			<wfw:commentRss>http://codequotes.com/2006/04/02/maguire-trying-solutions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beizer: Bugs lurk in corners</title>
		<link>http://codequotes.com/2006/03/27/beizer-bugs-lurk-in-corners</link>
		<comments>http://codequotes.com/2006/03/27/beizer-bugs-lurk-in-corners#comments</comments>
		<pubDate>Mon, 27 Mar 2006 12:03:21 +0000</pubDate>
		<dc:creator>Neal Enssle</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Quality and Testing]]></category>

		<guid isPermaLink="false">http://codequotes.com/2006/03/27/beizer-bugs-lurk-in-corners</guid>
		<description><![CDATA[&#8220;Bugs lurk in corners and congregate at boundaries.&#8221; &#8212; Boris Beizer]]></description>
			<content:encoded><![CDATA[<p class="quote">&ldquo;Bugs lurk in corners and congregate at boundaries.&rdquo;</p>
<p class="author">&mdash; <a class="authorLink" href="/?s=Beizer">Boris Beizer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codequotes.com/2006/03/27/beizer-bugs-lurk-in-corners/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dijkstra: Bugs and testing</title>
		<link>http://codequotes.com/2006/03/06/edsger-dijkstra-bugs-and-testing</link>
		<comments>http://codequotes.com/2006/03/06/edsger-dijkstra-bugs-and-testing#comments</comments>
		<pubDate>Mon, 06 Mar 2006 13:30:45 +0000</pubDate>
		<dc:creator>Neal Enssle</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Quality and Testing]]></category>

		<guid isPermaLink="false">http://codequotes.com/2006/03/06/edsger-dijkstra-bugs-and-testing</guid>
		<description><![CDATA[&#8220;Program testing can be used to show the presence of bugs, but never to show their absence!&#8221; &#8212; Edsger Dijkstra]]></description>
			<content:encoded><![CDATA[<p class="quote">&ldquo;Program testing can be used to show the presence of bugs, but never to show their absence!&rdquo;</p>
<p class="author">&mdash; <a class="authorLink" href="/?s=Dijkstra">Edsger Dijkstra</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codequotes.com/2006/03/06/edsger-dijkstra-bugs-and-testing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guthrie: Quality</title>
		<link>http://codequotes.com/2006/03/03/guthrie-quality</link>
		<comments>http://codequotes.com/2006/03/03/guthrie-quality#comments</comments>
		<pubDate>Fri, 03 Mar 2006 13:11:37 +0000</pubDate>
		<dc:creator>Neal Enssle</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Development Process]]></category>
		<category><![CDATA[Quality and Testing]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://codequotes.com/2006/03/03/guthrie-quality</guid>
		<description><![CDATA[&#8220;There is an old saying with software that three years from now, no one will remember if you shipped an awesome software release a few months late. What customers will still remember three years from now is if you shipped a software release that wasn’t ready a few months too soon. It takes multiple product [...]]]></description>
			<content:encoded><![CDATA[<p class="quote">&ldquo;There is an old saying with software that three years from now, no one will remember if you shipped an awesome software release a few months late. What customers will still remember three years from now is if you shipped a software release that wasn’t ready a few months too soon. It takes multiple product releases to change people’s quality perception about one bad release.&rdquo;</p>
<p class="author">&mdash; <a class="authorLink" href="/?s=Guthrie">Scott Guthrie</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codequotes.com/2006/03/03/guthrie-quality/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
