<?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: Innovation in Practice?</title>
	<atom:link href="http://www.elilopian.com/2007/03/25/innovation-in-practice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elilopian.com/2007/03/25/innovation-in-practice/</link>
	<description>Creating better software</description>
	<lastBuildDate>Fri, 20 Aug 2010 20:27:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eli Lopian</title>
		<link>http://www.elilopian.com/2007/03/25/innovation-in-practice/comment-page-1/#comment-304</link>
		<dc:creator>Eli Lopian</dc:creator>
		<pubDate>Thu, 29 Mar 2007 14:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.elilopian.com/2007/03/25/innovation-in-practice/#comment-304</guid>
		<description>Thanks. I&#039;ll try to translate it (BabelFish)</description>
		<content:encoded><![CDATA[<p>Thanks. I&#8217;ll try to translate it (BabelFish)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Miranda</title>
		<link>http://www.elilopian.com/2007/03/25/innovation-in-practice/comment-page-1/#comment-303</link>
		<dc:creator>Eduardo Miranda</dc:creator>
		<pubDate>Thu, 29 Mar 2007 14:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.elilopian.com/2007/03/25/innovation-in-practice/#comment-303</guid>
		<description>Yeap, you are right about that, probably 80% of the .net code lines written today won’t have unit tests and neither are being written with testability in mind. That why I think you have quite a good niche to work ;). Maybe find a proper name it&#039;s going to harder.

About the article I will try to send you a copy, but it has been written in Portuguese and unfortunately there isn’t too many pictures :). But I’ll send you anyway</description>
		<content:encoded><![CDATA[<p>Yeap, you are right about that, probably 80% of the .net code lines written today won’t have unit tests and neither are being written with testability in mind. That why I think you have quite a good niche to work <img src='http://www.elilopian.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Maybe find a proper name it&#8217;s going to harder.</p>
<p>About the article I will try to send you a copy, but it has been written in Portuguese and unfortunately there isn’t too many pictures <img src='http://www.elilopian.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . But I’ll send you anyway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli Lopian</title>
		<link>http://www.elilopian.com/2007/03/25/innovation-in-practice/comment-page-1/#comment-300</link>
		<dc:creator>Eli Lopian</dc:creator>
		<pubDate>Thu, 29 Mar 2007 12:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.elilopian.com/2007/03/25/innovation-in-practice/#comment-300</guid>
		<description>Eduardo,
Thank for the feedback. I would like to read your article.

I guess that I do rant against the design for testability.

I don&#039;t think that &lt;strong&gt;&lt;em&gt;Legacy code&lt;/em&gt;&lt;/strong&gt; is the correct terminology, its all code that wasn&#039;t built with test hooks in place. It might be legacy, it could have been written 5 minutes before by someone else on your team.
I have yet to come up with a better terminology. I thought of &lt;em&gt;&lt;strong&gt;Untestable Code&lt;/strong&gt;&lt;/em&gt;, but it is no good because with typemock the code is testable.</description>
		<content:encoded><![CDATA[<p>Eduardo,<br />
Thank for the feedback. I would like to read your article.</p>
<p>I guess that I do rant against the design for testability.</p>
<p>I don&#8217;t think that <strong><em>Legacy code</em></strong> is the correct terminology, its all code that wasn&#8217;t built with test hooks in place. It might be legacy, it could have been written 5 minutes before by someone else on your team.<br />
I have yet to come up with a better terminology. I thought of <em><strong>Untestable Code</strong></em>, but it is no good because with typemock the code is testable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Miranda</title>
		<link>http://www.elilopian.com/2007/03/25/innovation-in-practice/comment-page-1/#comment-291</link>
		<dc:creator>Eduardo Miranda</dc:creator>
		<pubDate>Wed, 28 Mar 2007 23:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.elilopian.com/2007/03/25/innovation-in-practice/#comment-291</guid>
		<description>I’ve saw Guy’s presentation and I recently tested TypeMock to write an article about mock tools (for a Brazilian magazine). Therefore I think I can leave my 2 cents about the subject.

7. Let the 100 flowers bloom – It seems that this a “What if” scenario. I mean, if people are only using TypeMock to mock .Net objects why should you care? The point Guy is trying to emphasize is: If people are buying your MP3 device to use as memory stick let them buy!

6. Don’t be afraid to polarize people – Well you get your bases covered here ranting against “design for testability” 

9. Niche thyself – Despite your believes about “design for testability”  I think TypeMock has found quite a niche: legacy code that doesn’t support test isolation. And for this particular use TypeMock is unique and valuable. I’m saying you a only focusing this niche, but I’m sure in this niche you are very strong.

That’s it, good luck for you guys.</description>
		<content:encoded><![CDATA[<p>I’ve saw Guy’s presentation and I recently tested TypeMock to write an article about mock tools (for a Brazilian magazine). Therefore I think I can leave my 2 cents about the subject.</p>
<p>7. Let the 100 flowers bloom – It seems that this a “What if” scenario. I mean, if people are only using TypeMock to mock .Net objects why should you care? The point Guy is trying to emphasize is: If people are buying your MP3 device to use as memory stick let them buy!</p>
<p>6. Don’t be afraid to polarize people – Well you get your bases covered here ranting against “design for testability” </p>
<p>9. Niche thyself – Despite your believes about “design for testability”  I think TypeMock has found quite a niche: legacy code that doesn’t support test isolation. And for this particular use TypeMock is unique and valuable. I’m saying you a only focusing this niche, but I’m sure in this niche you are very strong.</p>
<p>That’s it, good luck for you guys.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
