

<?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 for Plastic/Blog</title>
	<atom:link href="http://blog.codiceplastico.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codiceplastico.com</link>
	<description>Code Elegance</description>
	<lastBuildDate>Fri, 03 Sep 2010 11:08:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on On Readability by Emanuele DelBono</title>
		<link>http://blog.codiceplastico.com/index.php/2010/08/28/on-readability/comment-page-1/#comment-15366</link>
		<dc:creator>Emanuele DelBono</dc:creator>
		<pubDate>Fri, 03 Sep 2010 11:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=304#comment-15366</guid>
		<description>My opinion is: the second on is more readable for a human, but as a developer I prefer the first one since I can read it faster and I (as every developer) knows what Assert.AreEqual do.
I will write a post on this.</description>
		<content:encoded><![CDATA[<p>My opinion is: the second on is more readable for a human, but as a developer I prefer the first one since I can read it faster and I (as every developer) knows what Assert.AreEqual do.<br />
I will write a post on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Readability by pm</title>
		<link>http://blog.codiceplastico.com/index.php/2010/08/28/on-readability/comment-page-1/#comment-15365</link>
		<dc:creator>pm</dc:creator>
		<pubDate>Fri, 03 Sep 2010 08:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=304#comment-15365</guid>
		<description>I prefer the first one. It&#039;s shorter then the second.
And you should read it faster.</description>
		<content:encoded><![CDATA[<p>I prefer the first one. It&#8217;s shorter then the second.<br />
And you should read it faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Readability by Stefano</title>
		<link>http://blog.codiceplastico.com/index.php/2010/08/28/on-readability/comment-page-1/#comment-15362</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Mon, 30 Aug 2010 14:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=304#comment-15362</guid>
		<description>Concordo con Luka (de gustibus..), sia a livello di leggibilità che di scrittura</description>
		<content:encoded><![CDATA[<p>Concordo con Luka (de gustibus..), sia a livello di leggibilità che di scrittura</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Readability by Gian MAria</title>
		<link>http://blog.codiceplastico.com/index.php/2010/08/28/on-readability/comment-page-1/#comment-15361</link>
		<dc:creator>Gian MAria</dc:creator>
		<pubDate>Mon, 30 Aug 2010 14:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=304#comment-15361</guid>
		<description>I prefer the second one, but I usally write

Assert.That(result, Is.EqualTo(5));

because it is really readable, but with SharpTestEx you can write

result.Should().Be.EqualTo(5);

That is the best :)

alk.</description>
		<content:encoded><![CDATA[<p>I prefer the second one, but I usally write</p>
<p>Assert.That(result, Is.EqualTo(5));</p>
<p>because it is really readable, but with SharpTestEx you can write</p>
<p>result.Should().Be.EqualTo(5);</p>
<p>That is the best <img src='http://blog.codiceplastico.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>alk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Readability by Michiel Vlootman</title>
		<link>http://blog.codiceplastico.com/index.php/2010/08/28/on-readability/comment-page-1/#comment-15360</link>
		<dc:creator>Michiel Vlootman</dc:creator>
		<pubDate>Mon, 30 Aug 2010 13:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=304#comment-15360</guid>
		<description>I find that the 2nd option (Assert.That) is not only more readable, it also types more natural when creating the test.</description>
		<content:encoded><![CDATA[<p>I find that the 2nd option (Assert.That) is not only more readable, it also types more natural when creating the test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Readability by Luca Minudel</title>
		<link>http://blog.codiceplastico.com/index.php/2010/08/28/on-readability/comment-page-1/#comment-15359</link>
		<dc:creator>Luca Minudel</dc:creator>
		<pubDate>Sat, 28 Aug 2010 13:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=304#comment-15359</guid>
		<description>se mi chiedi di scegliere, ecco qui:

personalmente a me risulta piu leggibile il primo e lo trovo piu semplice.

il secondo lo trovo piu complesso e non riesco a vedere dei vantaggi (es. incapsulare/astrarre dettagli implementativi che qui non interessano).

comunque gli digerisco bene entrambi senza mal di stomaco :)</description>
		<content:encoded><![CDATA[<p>se mi chiedi di scegliere, ecco qui:</p>
<p>personalmente a me risulta piu leggibile il primo e lo trovo piu semplice.</p>
<p>il secondo lo trovo piu complesso e non riesco a vedere dei vantaggi (es. incapsulare/astrarre dettagli implementativi che qui non interessano).</p>
<p>comunque gli digerisco bene entrambi senza mal di stomaco <img src='http://blog.codiceplastico.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does C# becaming old? by Emanuele DelBono</title>
		<link>http://blog.codiceplastico.com/index.php/2010/07/04/does-c-becaming-old/comment-page-1/#comment-15358</link>
		<dc:creator>Emanuele DelBono</dc:creator>
		<pubDate>Sat, 28 Aug 2010 11:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=302#comment-15358</guid>
		<description>I&#039;ve just give it a look in some blog post. It is a DSL, right? Do you use it in some context?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just give it a look in some blog post. It is a DSL, right? Do you use it in some context?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does C# becaming old? by superbecio</title>
		<link>http://blog.codiceplastico.com/index.php/2010/07/04/does-c-becaming-old/comment-page-1/#comment-15357</link>
		<dc:creator>superbecio</dc:creator>
		<pubDate>Mon, 23 Aug 2010 16:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=302#comment-15357</guid>
		<description>Have you seen the boo language?</description>
		<content:encoded><![CDATA[<p>Have you seen the boo language?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing &#8220;if&#8221; by Emanuele DelBono</title>
		<link>http://blog.codiceplastico.com/index.php/2010/04/21/removing-if/comment-page-1/#comment-15312</link>
		<dc:creator>Emanuele DelBono</dc:creator>
		<pubDate>Fri, 23 Apr 2010 07:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=296#comment-15312</guid>
		<description>Surely the construction must be moved away from the method, like I said in the post I usually fill the dictionary in a &quot;Initialize&quot; method and I put the data in a resource or in a database.</description>
		<content:encoded><![CDATA[<p>Surely the construction must be moved away from the method, like I said in the post I usually fill the dictionary in a &#8220;Initialize&#8221; method and I put the data in a resource or in a database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing &#8220;if&#8221; by Ken Egozi</title>
		<link>http://blog.codiceplastico.com/index.php/2010/04/21/removing-if/comment-page-1/#comment-15311</link>
		<dc:creator>Ken Egozi</dc:creator>
		<pubDate>Thu, 22 Apr 2010 06:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codiceplastico.com/?p=296#comment-15311</guid>
		<description>I really like this approach. The only things I&#039;d change are moving the Dictionary construction to happen once (e.g. within a static field with static initialization), and perhaps use object initializer to make it a bit shorter.

Others like this too. see my post http://www.kenegozi.com/blog/2007/09/01/dictionary-of-actions-instead-of-a-switch.aspx and the ones it links to (credit to Luca Bolognese)</description>
		<content:encoded><![CDATA[<p>I really like this approach. The only things I&#8217;d change are moving the Dictionary construction to happen once (e.g. within a static field with static initialization), and perhaps use object initializer to make it a bit shorter.</p>
<p>Others like this too. see my post <a href="http://www.kenegozi.com/blog/2007/09/01/dictionary-of-actions-instead-of-a-switch.aspx" rel="nofollow">http://www.kenegozi.com/blog/2007/09/01/dictionary-of-actions-instead-of-a-switch.aspx</a> and the ones it links to (credit to Luca Bolognese)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
