<?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: &lt;mx:Function&gt; &#8211; Declarative Function Definitions in MXML</title>
	<atom:link href="http://www.jamesward.com/2009/01/26/mx_function-declarative-function-definitions-in-mxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesward.com/2009/01/26/mx_function-declarative-function-definitions-in-mxml/</link>
	<description>Rich Internet Applications &#124; Flex &#124; Adobe AIR &#124; Java &#124; Open Source &#124; Linux &#124; Enterprise Software &#124; Cloud</description>
	<lastBuildDate>Wed, 10 Mar 2010 05:25:22 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luke Lincoln</title>
		<link>http://www.jamesward.com/2009/01/26/mx_function-declarative-function-definitions-in-mxml/comment-page-1/#comment-155594</link>
		<dc:creator>Luke Lincoln</dc:creator>
		<pubDate>Tue, 10 Feb 2009 11:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=668#comment-155594</guid>
		<description>Your no freak, I have been doing it like that for a while now OR we are both freaks.  I tend to use inline and declarative functions in non implementation specific(re-useable) view components where the inline / declarative functions only contain behavioural logic for the component itself. I usually then extend the view component in real world use and provide implementation specific logic elsewhere ... usually in a controller. Its good to see how other people like to code.</description>
		<content:encoded><![CDATA[<p>Your no freak, I have been doing it like that for a while now OR we are both freaks.  I tend to use inline and declarative functions in non implementation specific(re-useable) view components where the inline / declarative functions only contain behavioural logic for the component itself. I usually then extend the view component in real world use and provide implementation specific logic elsewhere &#8230; usually in a controller. Its good to see how other people like to code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2009/01/26/mx_function-declarative-function-definitions-in-mxml/comment-page-1/#comment-154380</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Fri, 06 Feb 2009 22:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=668#comment-154380</guid>
		<description>&lt;a href=&quot;#comment-153144&quot; rel=&quot;nofollow&quot;&gt;@Marcus Stade&lt;/a&gt; 

You are right.  This does get wrapped up in an anonymous function so code hinting and a few other things unfortunately break.  In my uses those things didn&#039;t impact me so I kept doing it.  :)

Thanks for letting me know about C#&#039;s delegates.  I&#039;ll have to check those out.

-James</description>
		<content:encoded><![CDATA[<p><a href="#comment-153144" rel="nofollow">@Marcus Stade</a> </p>
<p>You are right.  This does get wrapped up in an anonymous function so code hinting and a few other things unfortunately break.  In my uses those things didn&#8217;t impact me so I kept doing it.  :)</p>
<p>Thanks for letting me know about C#&#8217;s delegates.  I&#8217;ll have to check those out.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Stade</title>
		<link>http://www.jamesward.com/2009/01/26/mx_function-declarative-function-definitions-in-mxml/comment-page-1/#comment-153144</link>
		<dc:creator>Marcus Stade</dc:creator>
		<pubDate>Tue, 03 Feb 2009 23:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=668#comment-153144</guid>
		<description>Maybe I&#039;m missing something, but doesn&#039;t this make the function anonymous? Meaning, no code hinting helping you to remember the actual signature of the function.

God I miss C#&#039;s delegates. In fact, if I may digress, I miss the event architecture of C# altogether. I feel AS3 events are limited at best with their inherent dependance on strings (seriously, what is up with that?) and what not.</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m missing something, but doesn&#8217;t this make the function anonymous? Meaning, no code hinting helping you to remember the actual signature of the function.</p>
<p>God I miss C#&#8217;s delegates. In fact, if I may digress, I miss the event architecture of C# altogether. I feel AS3 events are limited at best with their inherent dependance on strings (seriously, what is up with that?) and what not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.jamesward.com/2009/01/26/mx_function-declarative-function-definitions-in-mxml/comment-page-1/#comment-150839</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 29 Jan 2009 18:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=668#comment-150839</guid>
		<description>You can also reference an external AS file in the mx:Script tag, which makes the MXML cleaner - although that pushes the behaviour code further away (good for re-usable funcs tho&#039;) - problem is ASDoc seems to barf on that style of programming ..</description>
		<content:encoded><![CDATA[<p>You can also reference an external AS file in the mx:Script tag, which makes the MXML cleaner &#8211; although that pushes the behaviour code further away (good for re-usable funcs tho&#8217;) &#8211; problem is ASDoc seems to barf on that style of programming ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ToddRothe</title>
		<link>http://www.jamesward.com/2009/01/26/mx_function-declarative-function-definitions-in-mxml/comment-page-1/#comment-150571</link>
		<dc:creator>ToddRothe</dc:creator>
		<pubDate>Thu, 29 Jan 2009 05:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=668#comment-150571</guid>
		<description>Nice! Love to see such a casual post generate so many comments.
I&#039;m tagging this as &#039;Not that i would, but nice to know i could&#039;.
props</description>
		<content:encoded><![CDATA[<p>Nice! Love to see such a casual post generate so many comments.<br />
I&#8217;m tagging this as &#8216;Not that i would, but nice to know i could&#8217;.<br />
props</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrm</title>
		<link>http://www.jamesward.com/2009/01/26/mx_function-declarative-function-definitions-in-mxml/comment-page-1/#comment-149992</link>
		<dc:creator>mrm</dc:creator>
		<pubDate>Wed, 28 Jan 2009 02:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=668#comment-149992</guid>
		<description>Never seen a cowboy wearin&#039; glasses, if you catch my drift.</description>
		<content:encoded><![CDATA[<p>Never seen a cowboy wearin&#8217; glasses, if you catch my drift.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tink</title>
		<link>http://www.jamesward.com/2009/01/26/mx_function-declarative-function-definitions-in-mxml/comment-page-1/#comment-149842</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Tue, 27 Jan 2009 19:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=668#comment-149842</guid>
		<description>Yeah never knew you could do that. Not sure I will ever implement it, but nonetheless, nice to know.</description>
		<content:encoded><![CDATA[<p>Yeah never knew you could do that. Not sure I will ever implement it, but nonetheless, nice to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Monkey Patches &#187; Blog Archive &#187; Rubbernecker’s Review - Week 25</title>
		<link>http://www.jamesward.com/2009/01/26/mx_function-declarative-function-definitions-in-mxml/comment-page-1/#comment-149808</link>
		<dc:creator>Flex Monkey Patches &#187; Blog Archive &#187; Rubbernecker’s Review - Week 25</dc:creator>
		<pubDate>Tue, 27 Jan 2009 17:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=668#comment-149808</guid>
		<description>[...] Declarative Function Definitions in MXML (from James Ward - RIA Cowboy) [...]</description>
		<content:encoded><![CDATA[<p>[...] Declarative Function Definitions in MXML (from James Ward &#8211; RIA Cowboy) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeflash</title>
		<link>http://www.jamesward.com/2009/01/26/mx_function-declarative-function-definitions-in-mxml/comment-page-1/#comment-149599</link>
		<dc:creator>Joeflash</dc:creator>
		<pubDate>Tue, 27 Jan 2009 06:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=668#comment-149599</guid>
		<description>Wow, have never seen that one before. In writing Chapter 7 of our Professional Flex 3 book, I thought I covered all the permutations of MXML and AS3 possible in one file. Good catch!</description>
		<content:encoded><![CDATA[<p>Wow, have never seen that one before. In writing Chapter 7 of our Professional Flex 3 book, I thought I covered all the permutations of MXML and AS3 possible in one file. Good catch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2009/01/26/mx_function-declarative-function-definitions-in-mxml/comment-page-1/#comment-149437</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Mon, 26 Jan 2009 23:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=668#comment-149437</guid>
		<description>&lt;a href=&quot;#comment-149434&quot; rel=&quot;nofollow&quot;&gt;@Joseph&lt;/a&gt; 

Haha.  :)  I do also write a ton of AS3.</description>
		<content:encoded><![CDATA[<p><a href="#comment-149434" rel="nofollow">@Joseph</a> </p>
<p>Haha.  :)  I do also write a ton of AS3.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
