<?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: Robustness, the forgotten code quality.</title>
	<atom:link href="http://www.makinggoodsoftware.com/2010/03/02/robustness-the-forgotten-code-quality/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makinggoodsoftware.com/2010/03/02/robustness-the-forgotten-code-quality/</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 22:08:56 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://www.makinggoodsoftware.com/2010/03/02/robustness-the-forgotten-code-quality/comment-page-1/#comment-6893</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 26 Apr 2010 01:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.makinggoodsoftware.com/?p=1235#comment-6893</guid>
		<description>[...] uma arquitetura mais adquada para sites sem usar EJB e aumentando as capacidades de teste e robustez das aplicações. Algumas pessoas pediram um exemplo mais concreto desta arquitura. Porque isto [...]</description>
		<content:encoded><![CDATA[<p>[...] uma arquitetura mais adquada para sites sem usar EJB e aumentando as capacidades de teste e robustez das aplicações. Algumas pessoas pediram um exemplo mais concreto desta arquitura. Porque isto [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry A. Davis</title>
		<link>http://www.makinggoodsoftware.com/2010/03/02/robustness-the-forgotten-code-quality/comment-page-1/#comment-5382</link>
		<dc:creator>Terry A. Davis</dc:creator>
		<pubDate>Thu, 04 Mar 2010 11:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.makinggoodsoftware.com/?p=1235#comment-5382</guid>
		<description>I added a preprocessor directive called #assert to my compiler.  In school they had such a thing for asm.

#assert is an excellent way to make robust code.  It prints a warning if something is not true.


My source code has active links, like html.  I put links to other locations which must be updated if something is changed.


Out-of-date comments and documentation are a nightmare--you should try to solve that for robust code.</description>
		<content:encoded><![CDATA[<p>I added a preprocessor directive called #assert to my compiler.  In school they had such a thing for asm.</p>
<p>#assert is an excellent way to make robust code.  It prints a warning if something is not true.</p>
<p>My source code has active links, like html.  I put links to other locations which must be updated if something is changed.</p>
<p>Out-of-date comments and documentation are a nightmare&#8211;you should try to solve that for robust code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
