<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: C#: -100, Java: +1 (?!)</title>
	<atom:link href="http://noahsmark.com/2007/12/18/c-100-java-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://noahsmark.com/2007/12/18/c-100-java-1/</link>
	<description>[witty tagline]</description>
	<lastBuildDate>Thu, 18 Feb 2010 20:10:52 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: noah</title>
		<link>http://noahsmark.com/2007/12/18/c-100-java-1/comment-page-1/#comment-991</link>
		<dc:creator>noah</dc:creator>
		<pubDate>Sat, 09 Feb 2008 08:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://noahsmark.com/index.php/2007/12/18/c-100-java-1/#comment-991</guid>
		<description>Because an IList and an IList&lt;T&gt; are fundamentally different types: in other words, IList != IList&lt;object&gt;.  Even if they were, it still wouldn&#039;t be ideal, because I want the methods to return the thing passed in (as an IList&lt;T&gt;), instead of requiring casts everywhere.  Added to that, the methods/properties on IList/IList&lt;T&gt; are different.</description>
		<content:encoded><![CDATA[<p>Because an IList and an IList&lt;T&gt; are fundamentally different types: in other words, IList != IList&lt;object&gt;.  Even if they were, it still wouldn&#8217;t be ideal, because I want the methods to return the thing passed in (as an IList&lt;T&gt;), instead of requiring casts everywhere.  Added to that, the methods/properties on IList/IList&lt;T&gt; are different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://noahsmark.com/2007/12/18/c-100-java-1/comment-page-1/#comment-990</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 09 Feb 2008 08:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://noahsmark.com/index.php/2007/12/18/c-100-java-1/#comment-990</guid>
		<description>Also, curses on your blog for accepting markup without warning and turning all my IList&lt;T&gt; into IList for me.  That should read public MyType(IList&lt;T&gt; first, IList&lt;T&gt; second), and &quot;showed how you wanted the IList&lt;?&gt; to look&quot;.</description>
		<content:encoded><![CDATA[<p>Also, curses on your blog for accepting markup without warning and turning all my IList&lt;T&gt; into IList for me.  That should read public MyType(IList&lt;T&gt; first, IList&lt;T&gt; second), and &#8220;showed how you wanted the IList&lt;?&gt; to look&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://noahsmark.com/2007/12/18/c-100-java-1/comment-page-1/#comment-989</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 09 Feb 2008 08:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://noahsmark.com/index.php/2007/12/18/c-100-java-1/#comment-989</guid>
		<description>Geez, I didn&#039;t realize you were so angry and emo about programming languages, of all things.  Perhaps I&#039;m misunderstanding, but why can&#039;t you just declare &quot;public MyType(IList first, IList second)&quot;?  That looks the same as what you did with the funky U-ness.  Unless you actually want the type to expose List as a type somewhere instead of just IList, which seems unusual to me.  I guess it would make more sense if you showed how you wanted the IList to look.</description>
		<content:encoded><![CDATA[<p>Geez, I didn&#8217;t realize you were so angry and emo about programming languages, of all things.  Perhaps I&#8217;m misunderstanding, but why can&#8217;t you just declare &#8220;public MyType(IList first, IList second)&#8221;?  That looks the same as what you did with the funky U-ness.  Unless you actually want the type to expose List as a type somewhere instead of just IList, which seems unusual to me.  I guess it would make more sense if you showed how you wanted the IList to look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elmar Langholz</title>
		<link>http://noahsmark.com/2007/12/18/c-100-java-1/comment-page-1/#comment-976</link>
		<dc:creator>Elmar Langholz</dc:creator>
		<pubDate>Tue, 18 Dec 2007 17:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://noahsmark.com/index.php/2007/12/18/c-100-java-1/#comment-976</guid>
		<description>Check it, more on what the team has to say about C#:
http://blogs.msdn.com/mattwar/archive/2005/10/09/yoda-the-programming-language.aspx</description>
		<content:encoded><![CDATA[<p>Check it, more on what the team has to say about C#:<br />
<a href="http://blogs.msdn.com/mattwar/archive/2005/10/09/yoda-the-programming-language.aspx" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/blogs.msdn.com');">http://blogs.msdn.com/mattwar/archive/2005/10/09/yoda-the-programming-language.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
