<?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: Guide: Writing Testable Code</title>
	<atom:link href="http://misko.hevery.com/code-reviewers-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://misko.hevery.com</link>
	<description>Testability Explorer</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:42:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: [agile conference] &#8211; Comment écrire du code testable &#171; So@t blog</title>
		<link>http://misko.hevery.com/code-reviewers-guide/comment-page-2/#comment-13091</link>
		<dc:creator>[agile conference] &#8211; Comment écrire du code testable &#171; So@t blog</dc:creator>
		<pubDate>Fri, 02 Dec 2011 01:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?page_id=310#comment-13091</guid>
		<description>[...] jour, on m&#8217;a parlé des publications de Misko Hevery et tout a changé quand j&#8217;ai regardé ses vidéos. C&#8217;est cette expérience que je veux [...]</description>
		<content:encoded><![CDATA[<p>[...] jour, on m&#8217;a parlé des publications de Misko Hevery et tout a changé quand j&#8217;ai regardé ses vidéos. C&#8217;est cette expérience que je veux [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pW</title>
		<link>http://misko.hevery.com/code-reviewers-guide/comment-page-2/#comment-12869</link>
		<dc:creator>pW</dc:creator>
		<pubDate>Mon, 28 Nov 2011 11:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?page_id=310#comment-12869</guid>
		<description>First thanks for the guide!!!

Ist there some plans to implement Findbugs checks for the flaws?</description>
		<content:encoded><![CDATA[<p>First thanks for the guide!!!</p>
<p>Ist there some plans to implement Findbugs checks for the flaws?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Note to Self &#187; Blog Archive &#187; Unit Testing</title>
		<link>http://misko.hevery.com/code-reviewers-guide/comment-page-2/#comment-11550</link>
		<dc:creator>Note to Self &#187; Blog Archive &#187; Unit Testing</dc:creator>
		<pubDate>Thu, 27 Oct 2011 15:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?page_id=310#comment-11550</guid>
		<description>[...] http://misko.hevery.com/code-reviewers-guide/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://misko.hevery.com/code-reviewers-guide/" rel="nofollow">http://misko.hevery.com/code-reviewers-guide/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bonnes pratique de codage en C#</title>
		<link>http://misko.hevery.com/code-reviewers-guide/comment-page-2/#comment-11437</link>
		<dc:creator>Bonnes pratique de codage en C#</dc:creator>
		<pubDate>Sun, 23 Oct 2011 17:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?page_id=310#comment-11437</guid>
		<description>[...] http://misko.hevery.com/code-reviewers-guide/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://misko.hevery.com/code-reviewers-guide/" rel="nofollow">http://misko.hevery.com/code-reviewers-guide/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mP</title>
		<link>http://misko.hevery.com/code-reviewers-guide/comment-page-2/#comment-10016</link>
		<dc:creator>mP</dc:creator>
		<pubDate>Fri, 26 Aug 2011 00:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?page_id=310#comment-10016</guid>
		<description>What about parameter checking... to often parameters are nto chcked say in ctors which leads to funny problems at a later stage when one attemts to use that v ery same broken object.</description>
		<content:encoded><![CDATA[<p>What about parameter checking&#8230; to often parameters are nto chcked say in ctors which leads to funny problems at a later stage when one attemts to use that v ery same broken object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishwanath</title>
		<link>http://misko.hevery.com/code-reviewers-guide/comment-page-2/#comment-9337</link>
		<dc:creator>Vishwanath</dc:creator>
		<pubDate>Fri, 15 Jul 2011 03:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?page_id=310#comment-9337</guid>
		<description>Just starting to learn about writing &#039;testable code&#039;  the three points I realized were.. 

to not use new and construct and object, rather support IOC
to not use static methods 
to use AOP when infrastructural code is required

Then I read this gem of a guide !  Great effort, and thanks for making it !</description>
		<content:encoded><![CDATA[<p>Just starting to learn about writing &#8216;testable code&#8217;  the three points I realized were.. </p>
<p>to not use new and construct and object, rather support IOC<br />
to not use static methods<br />
to use AOP when infrastructural code is required</p>
<p>Then I read this gem of a guide !  Great effort, and thanks for making it !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC Links &#124; Light Side of the .Net Force</title>
		<link>http://misko.hevery.com/code-reviewers-guide/comment-page-2/#comment-7306</link>
		<dc:creator>ASP.NET MVC Links &#124; Light Side of the .Net Force</dc:creator>
		<pubDate>Mon, 21 Mar 2011 09:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?page_id=310#comment-7306</guid>
		<description>[...] http://misko.hevery.com/code-reviewers-guide/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://misko.hevery.com/code-reviewers-guide/" rel="nofollow">http://misko.hevery.com/code-reviewers-guide/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ! Hello world &#124; Magia oprogramowania</title>
		<link>http://misko.hevery.com/code-reviewers-guide/comment-page-2/#comment-6912</link>
		<dc:creator>! Hello world &#124; Magia oprogramowania</dc:creator>
		<pubDate>Sat, 26 Feb 2011 12:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?page_id=310#comment-6912</guid>
		<description>[...] naruszenia zasad pisania nadającego się do testowania kodu? Może to czerpanie pełnymi garściami z klasycznych rozwiązań nie jest pozbawione wad? Już [...]</description>
		<content:encoded><![CDATA[<p>[...] naruszenia zasad pisania nadającego się do testowania kodu? Może to czerpanie pełnymi garściami z klasycznych rozwiązań nie jest pozbawione wad? Już [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quora</title>
		<link>http://misko.hevery.com/code-reviewers-guide/comment-page-2/#comment-6525</link>
		<dc:creator>Quora</dc:creator>
		<pubDate>Sun, 13 Feb 2011 10:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?page_id=310#comment-6525</guid>
		<description>&lt;strong&gt;What are the best practices of unit testing?...&lt;/strong&gt;

In my experience the most important factor when testing are not the tools you use but how the code is written. If the code you&#039;re trying to test is too coupled you won&#039;t be writing real unit tests therefore testing will be harder and slower.

I recom...</description>
		<content:encoded><![CDATA[<p><strong>What are the best practices of unit testing?&#8230;</strong></p>
<p>In my experience the most important factor when testing are not the tools you use but how the code is written. If the code you&#8217;re trying to test is too coupled you won&#8217;t be writing real unit tests therefore testing will be harder and slower.</p>
<p>I recom&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Write Clean and Testable Code &#124; Software Development Videos and Tutorials Directory</title>
		<link>http://misko.hevery.com/code-reviewers-guide/comment-page-2/#comment-6387</link>
		<dc:creator>How to Write Clean and Testable Code &#124; Software Development Videos and Tutorials Directory</dc:creator>
		<pubDate>Tue, 08 Feb 2011 14:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?page_id=310#comment-6387</guid>
		<description>[...] Guide to Writing Testable Code by Miško Hevery * Article:Writing Testable Code by Isa [...]</description>
		<content:encoded><![CDATA[<p>[...] Guide to Writing Testable Code by Miško Hevery * Article:Writing Testable Code by Isa [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

