<?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: Java and C#: Language Nuances Make You Think Differently</title>
	<atom:link href="http://www.gavaghan.org/blog/2007/07/18/java-and-csharp-language-nuances-make-you-think-differently/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gavaghan.org/blog/2007/07/18/java-and-csharp-language-nuances-make-you-think-differently/</link>
	<description>Mike Gavaghan blogs on Java, C#, .Net, and the software industry</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:52:29 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raoul Duke</title>
		<link>http://www.gavaghan.org/blog/2007/07/18/java-and-csharp-language-nuances-make-you-think-differently/comment-page-1/#comment-117</link>
		<dc:creator>Raoul Duke</dc:creator>
		<pubDate>Sun, 16 Mar 2008 21:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gavaghan.org/blog/2007/07/18/java-and-c-language-nuances-make-you-think-differently/#comment-117</guid>
		<description>lots of subjectivity in all these things, but

a) i think C# delegates are maybe less evil than Java, but are still pretty much total crap vs. being able to just pass a function like in Perl or Scala or Haskell.

b) inheritance is, basically, evil, triply so in languages which do not help you distinguish between sub-classing (for code reuse) and sub-typing (which is what you need for correct polymorphic usage of subclass-and-baseclass). neither Java nor C# come anywhere remotely close to a decent approach to dealing with those issues, more is the pity.

($0.02 from me, not guaranteed to be correct for anybody else&#039;s perspective :-)</description>
		<content:encoded><![CDATA[<p>lots of subjectivity in all these things, but</p>
<p>a) i think C# delegates are maybe less evil than Java, but are still pretty much total crap vs. being able to just pass a function like in Perl or Scala or Haskell.</p>
<p>b) inheritance is, basically, evil, triply so in languages which do not help you distinguish between sub-classing (for code reuse) and sub-typing (which is what you need for correct polymorphic usage of subclass-and-baseclass). neither Java nor C# come anywhere remotely close to a decent approach to dealing with those issues, more is the pity.</p>
<p>($0.02 from me, not guaranteed to be correct for anybody else&#8217;s perspective <img src='http://www.gavaghan.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tonywestonuk</title>
		<link>http://www.gavaghan.org/blog/2007/07/18/java-and-csharp-language-nuances-make-you-think-differently/comment-page-1/#comment-4</link>
		<dc:creator>tonywestonuk</dc:creator>
		<pubDate>Fri, 20 Jul 2007 11:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.gavaghan.org/blog/2007/07/18/java-and-c-language-nuances-make-you-think-differently/#comment-4</guid>
		<description>Have you looked at PropertyChangeSupport class?.... It makes it much easier to implements the Observer pattern... Have a look here: http://www.javalobby.org/java/forums/t19476.html</description>
		<content:encoded><![CDATA[<p>Have you looked at PropertyChangeSupport class?&#8230;. It makes it much easier to implements the Observer pattern&#8230; Have a look here: <a href="http://www.javalobby.org/java/forums/t19476.html" rel="nofollow">http://www.javalobby.org/java/forums/t19476.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teppic</title>
		<link>http://www.gavaghan.org/blog/2007/07/18/java-and-csharp-language-nuances-make-you-think-differently/comment-page-1/#comment-3</link>
		<dc:creator>teppic</dc:creator>
		<pubDate>Fri, 20 Jul 2007 10:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gavaghan.org/blog/2007/07/18/java-and-c-language-nuances-make-you-think-differently/#comment-3</guid>
		<description>Generics hasn&#039;t been a great thing for Java. Autoboxing is a bit of a dog-turd-on-the-picnic-blanket too. Attributes are a positive; they&#039;re an obvious compliment to a statically typed dynamic language.

The thing I miss in C# is checked exceptions.</description>
		<content:encoded><![CDATA[<p>Generics hasn&#8217;t been a great thing for Java. Autoboxing is a bit of a dog-turd-on-the-picnic-blanket too. Attributes are a positive; they&#8217;re an obvious compliment to a statically typed dynamic language.</p>
<p>The thing I miss in C# is checked exceptions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
