<?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: Default and Named Parameters in C# 4.0 / Sith Lord in Training</title>
	<atom:link href="http://www.globalnerdy.com/2009/03/12/default-and-named-parameters-in-c-40-sith-lord-in-training/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.globalnerdy.com/2009/03/12/default-and-named-parameters-in-c-40-sith-lord-in-training/</link>
	<description>Tech Evangelist Joey deVilla on software development, tech news and other nerdy stuff</description>
	<lastBuildDate>Thu, 19 Nov 2009 18:44:37 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Named Parameters in Method Calls: Python Si, Ruby No — Global Nerdy</title>
		<link>http://www.globalnerdy.com/2009/03/12/default-and-named-parameters-in-c-40-sith-lord-in-training/comment-page-1/#comment-3990</link>
		<dc:creator>Named Parameters in Method Calls: Python Si, Ruby No — Global Nerdy</dc:creator>
		<pubDate>Mon, 16 Mar 2009 04:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.globalnerdy.com/2009/03/12/default-and-named-parameters-in-c-40-sith-lord-in-training/#comment-3990</guid>
		<description>[...] an earlier article, Default and Named Parameters in C# 4.0 / Sith Lord in Training, I wrote about how C# 4.0 – that’s the version coming out with the next release of Visual [...]</description>
		<content:encoded><![CDATA[<p>[...] an earlier article, Default and Named Parameters in C# 4.0 / Sith Lord in Training, I wrote about how C# 4.0 – that’s the version coming out with the next release of Visual [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey deVilla</title>
		<link>http://www.globalnerdy.com/2009/03/12/default-and-named-parameters-in-c-40-sith-lord-in-training/comment-page-1/#comment-3989</link>
		<dc:creator>Joey deVilla</dc:creator>
		<pubDate>Sun, 15 Mar 2009 10:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.globalnerdy.com/2009/03/12/default-and-named-parameters-in-c-40-sith-lord-in-training/#comment-3989</guid>
		<description>&lt;strong&gt;Jörg W Mittag:&lt;/strong&gt; You&#039;re right. I got my Python mixed up with my Ruby!</description>
		<content:encoded><![CDATA[<p><strong>Jörg W Mittag:</strong> You&#8217;re right. I got my Python mixed up with my Ruby!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörg W Mittag</title>
		<link>http://www.globalnerdy.com/2009/03/12/default-and-named-parameters-in-c-40-sith-lord-in-training/comment-page-1/#comment-3982</link>
		<dc:creator>Jörg W Mittag</dc:creator>
		<pubDate>Fri, 13 Mar 2009 17:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.globalnerdy.com/2009/03/12/default-and-named-parameters-in-c-40-sith-lord-in-training/#comment-3982</guid>
		<description>Ruby &lt;em&gt;does not&lt;/em&gt; support named parameters. What you are simply doing is passing the expression &lt;code&gt;radius = 100&lt;/code&gt; as the first &lt;em&gt;positional&lt;/em&gt; argument, and since in Ruby assignment expressions always evaluate to the assigned value, this is exactly the same as passing &lt;code&gt;glorp = 100&lt;/code&gt; or even &lt;code&gt;foo.bar = 100&lt;/code&gt; or just &lt;code&gt;100&lt;/code&gt;. In fact, it is even the same as passing &lt;code&gt;x = 100&lt;/code&gt;, which is definitely &lt;em&gt;not&lt;/em&gt; what you want from your named parameters!</description>
		<content:encoded><![CDATA[<p>Ruby <em>does not</em> support named parameters. What you are simply doing is passing the expression <code>radius = 100</code> as the first <em>positional</em> argument, and since in Ruby assignment expressions always evaluate to the assigned value, this is exactly the same as passing <code>glorp = 100</code> or even <code>foo.bar = 100</code> or just <code>100</code>. In fact, it is even the same as passing <code>x = 100</code>, which is definitely <em>not</em> what you want from your named parameters!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
