<?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: Passing &#8230;(rest) parameters between functions</title>
	<atom:link href="http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/</link>
	<description></description>
	<pubDate>Sat, 13 Mar 2010 09:21:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeffery Fernandez</title>
		<link>http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/comment-page-1/#comment-141645</link>
		<dc:creator>Jeffery Fernandez</dc:creator>
		<pubDate>Wed, 11 Mar 2009 21:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/#comment-141645</guid>
		<description>Hi Eric,

You are a life saver. This cost me many hours of research until I found this blog entry. Thanks a million!</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>You are a life saver. This cost me many hours of research until I found this blog entry. Thanks a million!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Manning</title>
		<link>http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/comment-page-1/#comment-91164</link>
		<dc:creator>Allen Manning</dc:creator>
		<pubDate>Fri, 08 Aug 2008 19:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/#comment-91164</guid>
		<description>Eric,

Thank for the tip.  It is a shame I couldn't get this to work when I was calling a Proxy.

Best,
al</description>
		<content:encoded><![CDATA[<p>Eric,</p>
<p>Thank for the tip.  It is a shame I couldn&#8217;t get this to work when I was calling a Proxy.</p>
<p>Best,<br />
al</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad</title>
		<link>http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/comment-page-1/#comment-76318</link>
		<dc:creator>Ahmad</dc:creator>
		<pubDate>Mon, 21 Jul 2008 12:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/#comment-76318</guid>
		<description>I like this one</description>
		<content:encoded><![CDATA[<p>I like this one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Augie</title>
		<link>http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/comment-page-1/#comment-59040</link>
		<dc:creator>Augie</dc:creator>
		<pubDate>Tue, 24 Jun 2008 17:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/#comment-59040</guid>
		<description>Eric,
This quick tip section of your blog rules.
Nice work,
-Augie</description>
		<content:encoded><![CDATA[<p>Eric,<br />
This quick tip section of your blog rules.<br />
Nice work,<br />
-Augie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CR</title>
		<link>http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/comment-page-1/#comment-31126</link>
		<dc:creator>CR</dc:creator>
		<pubDate>Wed, 23 Apr 2008 21:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/#comment-31126</guid>
		<description>Excelent !

i had the problem, and solve it using a switch with the rest length!
perfect

thanksCR</description>
		<content:encoded><![CDATA[<p>Excelent !</p>
<p>i had the problem, and solve it using a switch with the rest length!<br />
perfect</p>
<p>thanksCR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/comment-page-1/#comment-31090</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Wed, 23 Apr 2008 18:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/#comment-31090</guid>
		<description>I typically have run into this problem when developing High Level APIs such as Managers or Wrapper classes whereas a method is essentially wrapping a composite object and passing the parameters to another method.

Enjoy,
Eric</description>
		<content:encoded><![CDATA[<p>I typically have run into this problem when developing High Level APIs such as Managers or Wrapper classes whereas a method is essentially wrapping a composite object and passing the parameters to another method.</p>
<p>Enjoy,<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maz</title>
		<link>http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/comment-page-1/#comment-30980</link>
		<dc:creator>Maz</dc:creator>
		<pubDate>Wed, 23 Apr 2008 09:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2008/04/22/passing-rest-parameters-between-functions/#comment-30980</guid>
		<description>Never needed that, but good to know for when it'll happen :)

Thanks, 

{Maz}</description>
		<content:encoded><![CDATA[<p>Never needed that, but good to know for when it&#8217;ll happen <img src='http://www.ericfeminella.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks, </p>
<p>{Maz}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
