<?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: Proofs of Concept are evil. Get away from them!!!</title>
	<atom:link href="http://www.makinggoodsoftware.com/2010/01/24/proofs-of-concept-are-evil-get-away-from-them/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makinggoodsoftware.com/2010/01/24/proofs-of-concept-are-evil-get-away-from-them/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 13:13:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alberto Gutierrez</title>
		<link>http://www.makinggoodsoftware.com/2010/01/24/proofs-of-concept-are-evil-get-away-from-them/comment-page-1/#comment-4445</link>
		<dc:creator>Alberto Gutierrez</dc:creator>
		<pubDate>Wed, 27 Jan 2010 21:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.makinggoodsoftware.com/?p=1198#comment-4445</guid>
		<description>Hi Hudson!

What you describe is absolutely what I meant in this article, it will fall in the &quot;Just do it&quot; category... To me expend x days proving if something maybe right or wrong is a waste of time as you woud only find out once that you actualy try it for real.

Thanks for your comment!!!</description>
		<content:encoded><![CDATA[<p>Hi Hudson!</p>
<p>What you describe is absolutely what I meant in this article, it will fall in the &#8220;Just do it&#8221; category&#8230; To me expend x days proving if something maybe right or wrong is a waste of time as you woud only find out once that you actualy try it for real.</p>
<p>Thanks for your comment!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hudson</title>
		<link>http://www.makinggoodsoftware.com/2010/01/24/proofs-of-concept-are-evil-get-away-from-them/comment-page-1/#comment-4444</link>
		<dc:creator>Hudson</dc:creator>
		<pubDate>Wed, 27 Jan 2010 20:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.makinggoodsoftware.com/?p=1198#comment-4444</guid>
		<description>Hi Alberto,

I&#039;m not sure I totally understand your definition of a proof of concept. For example, I needed to create a widget that could be easily included on any webpage. I&#039;ve created them before using an iframe but I wanted to move forward with a full javascript on demand implementation. 

As it was, I just went ahead and did it with the javascript with the knowledge that it might not work and I&#039;d have to fall back to the iframe approach. Would that be considered a proof of concept or would it fall in the just do it category?</description>
		<content:encoded><![CDATA[<p>Hi Alberto,</p>
<p>I&#8217;m not sure I totally understand your definition of a proof of concept. For example, I needed to create a widget that could be easily included on any webpage. I&#8217;ve created them before using an iframe but I wanted to move forward with a full javascript on demand implementation. </p>
<p>As it was, I just went ahead and did it with the javascript with the knowledge that it might not work and I&#8217;d have to fall back to the iframe approach. Would that be considered a proof of concept or would it fall in the just do it category?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto Gutierrez</title>
		<link>http://www.makinggoodsoftware.com/2010/01/24/proofs-of-concept-are-evil-get-away-from-them/comment-page-1/#comment-4389</link>
		<dc:creator>Alberto Gutierrez</dc:creator>
		<pubDate>Mon, 25 Jan 2010 12:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.makinggoodsoftware.com/?p=1198#comment-4389</guid>
		<description>Hi Cyril,

What I&#039;m trying to say in this article is that, if you need a framework, just use it, and if you can&#039;t pick one, because you are not sure, I would suggest to start development with a couple of options.

Expending x days trying to prove which one is going to fit better in your application, is, in my opinion, and for the reasons listed in this article, a waste of time, basically because is impossible to figure that out until you actually use it for your application.

Anyway, I understand what your point is, if in your experience you have found that proofs of concepts have drove you to the right directions, then just keep doing it, I&#039;m just writing this article from my own experience.

In any case, thanks for you comment.</description>
		<content:encoded><![CDATA[<p>Hi Cyril,</p>
<p>What I&#8217;m trying to say in this article is that, if you need a framework, just use it, and if you can&#8217;t pick one, because you are not sure, I would suggest to start development with a couple of options.</p>
<p>Expending x days trying to prove which one is going to fit better in your application, is, in my opinion, and for the reasons listed in this article, a waste of time, basically because is impossible to figure that out until you actually use it for your application.</p>
<p>Anyway, I understand what your point is, if in your experience you have found that proofs of concepts have drove you to the right directions, then just keep doing it, I&#8217;m just writing this article from my own experience.</p>
<p>In any case, thanks for you comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyril</title>
		<link>http://www.makinggoodsoftware.com/2010/01/24/proofs-of-concept-are-evil-get-away-from-them/comment-page-1/#comment-4387</link>
		<dc:creator>Cyril</dc:creator>
		<pubDate>Mon, 25 Jan 2010 11:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.makinggoodsoftware.com/?p=1198#comment-4387</guid>
		<description>Hello Alberto,
If you need to test a framework or library, what do you recommend instead? Keep it simple and reinvent the wheel for every technological need?

Professional people do prototypes and POC to validate a technology choice. That will save time in the medium term and will prevent problems with external library.

If you prefer rush, you do as you want but POC are good for professionnal projects.

Best regards.</description>
		<content:encoded><![CDATA[<p>Hello Alberto,<br />
If you need to test a framework or library, what do you recommend instead? Keep it simple and reinvent the wheel for every technological need?</p>
<p>Professional people do prototypes and POC to validate a technology choice. That will save time in the medium term and will prevent problems with external library.</p>
<p>If you prefer rush, you do as you want but POC are good for professionnal projects.</p>
<p>Best regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

