<?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: What makes a good design?</title>
	<atom:link href="http://www.ericfeminella.com/blog/2008/11/07/what-makes-a-good-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericfeminella.com/blog/2008/11/07/what-makes-a-good-design/</link>
	<description>Thoughts on Software Design and Development</description>
	<lastBuildDate>Sun, 08 Jan 2012 14:25:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: eric</title>
		<link>http://www.ericfeminella.com/blog/2008/11/07/what-makes-a-good-design/comment-page-1/#comment-141615</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Wed, 17 Dec 2008 03:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2008/11/07/what-makes-a-good-design/#comment-141615</guid>
		<description>Hey Allen,

re: &quot;There is no objective way to know if software is done, we need the backing of a community to know when it has achieved its goals.&quot; - It has been my experience that the &quot;community&quot; consists of both users and developers; users in that the software meets their needs, and developers in that the software meets their needs as well.

Best,
Eric</description>
		<content:encoded><![CDATA[<p>Hey Allen,</p>
<p>re: &#8220;There is no objective way to know if software is done, we need the backing of a community to know when it has achieved its goals.&#8221; &#8211; It has been my experience that the &#8220;community&#8221; consists of both users and developers; users in that the software meets their needs, and developers in that the software meets their needs as well.</p>
<p>Best,<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billigflüge</title>
		<link>http://www.ericfeminella.com/blog/2008/11/07/what-makes-a-good-design/comment-page-1/#comment-141500</link>
		<dc:creator>Billigflüge</dc:creator>
		<pubDate>Tue, 16 Dec 2008 14:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2008/11/07/what-makes-a-good-design/#comment-141500</guid>
		<description>to Adnan:

There will ALWAYS be a better one. We learn by doing ang coping and doing it better ;) This is good, how else should this evolve? =) 
And it keeps up the challange.</description>
		<content:encoded><![CDATA[<p>to Adnan:</p>
<p>There will ALWAYS be a better one. We learn by doing ang coping and doing it better <img src='http://www.ericfeminella.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  This is good, how else should this evolve? =)<br />
And it keeps up the challange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Manning</title>
		<link>http://www.ericfeminella.com/blog/2008/11/07/what-makes-a-good-design/comment-page-1/#comment-135248</link>
		<dc:creator>Allen Manning</dc:creator>
		<pubDate>Mon, 24 Nov 2008 16:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2008/11/07/what-makes-a-good-design/#comment-135248</guid>
		<description>Eric,

This is a good introduction.  I agree, the role of Code Reviews is a key aspect to the process.  There is no objective way to know if software is done, we need the backing of a community to know when it has achieved its goals.

Best,
al</description>
		<content:encoded><![CDATA[<p>Eric,</p>
<p>This is a good introduction.  I agree, the role of Code Reviews is a key aspect to the process.  There is no objective way to know if software is done, we need the backing of a community to know when it has achieved its goals.</p>
<p>Best,<br />
al</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.ericfeminella.com/blog/2008/11/07/what-makes-a-good-design/comment-page-1/#comment-132908</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Sun, 16 Nov 2008 05:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2008/11/07/what-makes-a-good-design/#comment-132908</guid>
		<description>Hey Adnan.

If the design meets the three criterion mentioned above, especially scalability, it will easily lend itself to change, be it during implementation of the current requirements, maintenance of these features or the implementation of new feature sets. 

Best,
Eric</description>
		<content:encoded><![CDATA[<p>Hey Adnan.</p>
<p>If the design meets the three criterion mentioned above, especially scalability, it will easily lend itself to change, be it during implementation of the current requirements, maintenance of these features or the implementation of new feature sets. </p>
<p>Best,<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adnan Doric</title>
		<link>http://www.ericfeminella.com/blog/2008/11/07/what-makes-a-good-design/comment-page-1/#comment-132679</link>
		<dc:creator>Adnan Doric</dc:creator>
		<pubDate>Thu, 13 Nov 2008 20:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2008/11/07/what-makes-a-good-design/#comment-132679</guid>
		<description>Very interesting post as usual.

The code needs to be open to change and refactored continuously as we advance toward final product, the good design becomes even better. No matter how good the initial design is, there is usually (always?) better one to be discovered in development phase :)

Cheers,
Adnan</description>
		<content:encoded><![CDATA[<p>Very interesting post as usual.</p>
<p>The code needs to be open to change and refactored continuously as we advance toward final product, the good design becomes even better. No matter how good the initial design is, there is usually (always?) better one to be discovered in development phase <img src='http://www.ericfeminella.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Adnan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

