<?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: as3corelib update</title>
	<atom:link href="http://www.mikechambers.com/blog/2008/07/02/as3corelib-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2008/07/02/as3corelib-update/</link>
	<description>code = joy</description>
	<lastBuildDate>Fri, 02 Dec 2011 01:36:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Stefan</title>
		<link>http://www.mikechambers.com/blog/2008/07/02/as3corelib-update/comment-page-1/#comment-14511</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 22 Oct 2008 16:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1253#comment-14511</guid>
		<description>...wasn&#039;t me ;-)</description>
		<content:encoded><![CDATA[<p>&#8230;wasn&#8217;t me ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikechambers</title>
		<link>http://www.mikechambers.com/blog/2008/07/02/as3corelib-update/comment-page-1/#comment-14379</link>
		<dc:creator>mikechambers</dc:creator>
		<pubDate>Mon, 13 Oct 2008 17:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1253#comment-14379</guid>
		<description>Stefan,

Sorry about the hassle. You should grab the source from subversion.

I am going to make a new download as soon as I get a chance.

mike chambers

mesh@adobe.com</description>
		<content:encoded><![CDATA[<p>Stefan,</p>
<p>Sorry about the hassle. You should grab the source from subversion.</p>
<p>I am going to make a new download as soon as I get a chance.</p>
<p>mike chambers</p>
<p><a href="mailto:mesh@adobe.com">mesh@adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Arch</title>
		<link>http://www.mikechambers.com/blog/2008/07/02/as3corelib-update/comment-page-1/#comment-14378</link>
		<dc:creator>Gareth Arch</dc:creator>
		<pubDate>Mon, 13 Oct 2008 17:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1253#comment-14378</guid>
		<description>All of the as3corelib downloads are flagged as &quot;deprecated&quot;.  Are the project files still good at http://code.google.com/p/as3corelib/ or should they be downloaded from somewhere else from now on?</description>
		<content:encoded><![CDATA[<p>All of the as3corelib downloads are flagged as &#8220;deprecated&#8221;.  Are the project files still good at <a href="http://code.google.com/p/as3corelib/" rel="nofollow">http://code.google.com/p/as3corelib/</a> or should they be downloaded from somewhere else from now on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://www.mikechambers.com/blog/2008/07/02/as3corelib-update/comment-page-1/#comment-13271</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 13 Aug 2008 15:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1253#comment-13271</guid>
		<description>Mike,

yeah, understood. I would say use editor templates and not library code.
But actually I think its a missing feature in Flexbuilder 3 - templates and formatter for the AS3 editor (like it is done for Java).

Regards,
Stefan</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>yeah, understood. I would say use editor templates and not library code.<br />
But actually I think its a missing feature in Flexbuilder 3 &#8211; templates and formatter for the AS3 editor (like it is done for Java).</p>
<p>Regards,<br />
Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikechambers</title>
		<link>http://www.mikechambers.com/blog/2008/07/02/as3corelib-update/comment-page-1/#comment-12663</link>
		<dc:creator>mikechambers</dc:creator>
		<pubDate>Mon, 07 Jul 2008 17:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1253#comment-12663</guid>
		<description>@stefan

Yeah, im not sure why the copyArray function is in there (probably because way back when, i kept forgetting which function i could use to copy an array).

arrayContainsValue is more of a convience function.

Regardless, at this point, we are not going to remove them as it would break a lot of code.

mike chambers

mesh@adobe.com</description>
		<content:encoded><![CDATA[<p>@stefan</p>
<p>Yeah, im not sure why the copyArray function is in there (probably because way back when, i kept forgetting which function i could use to copy an array).</p>
<p>arrayContainsValue is more of a convience function.</p>
<p>Regardless, at this point, we are not going to remove them as it would break a lot of code.</p>
<p>mike chambers</p>
<p><a href="mailto:mesh@adobe.com">mesh@adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://www.mikechambers.com/blog/2008/07/02/as3corelib-update/comment-page-1/#comment-12660</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Mon, 07 Jul 2008 08:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1253#comment-12660</guid>
		<description>Hi Mike,

yeap, thanks for the hint. Just one remark - I don&#039;t think functions which are replacing one line of 
&#039;original&#039; code with another line of code (an ArrayUtil function call) are really useful. Actually it makes 
the code less readable (at least for me ;-)

e.g. ArrayUtil:

		public static function arrayContainsValue(arr:Array, value:Object):Boolean
		{
			return (arr.indexOf(value) != -1);
		}	

and

	        public static function copyArray(arr:Array):Array
		{	
			return arr.slice();
		}

What do you think?

Regards,
Stefan</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>yeap, thanks for the hint. Just one remark &#8211; I don&#8217;t think functions which are replacing one line of<br />
&#8216;original&#8217; code with another line of code (an ArrayUtil function call) are really useful. Actually it makes<br />
the code less readable (at least for me ;-)</p>
<p>e.g. ArrayUtil:</p>
<p>		public static function arrayContainsValue(arr:Array, value:Object):Boolean<br />
		{<br />
			return (arr.indexOf(value) != -1);<br />
		}	</p>
<p>and</p>
<p>	        public static function copyArray(arr:Array):Array<br />
		{<br />
			return arr.slice();<br />
		}</p>
<p>What do you think?</p>
<p>Regards,<br />
Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikechambers</title>
		<link>http://www.mikechambers.com/blog/2008/07/02/as3corelib-update/comment-page-1/#comment-12643</link>
		<dc:creator>mikechambers</dc:creator>
		<pubDate>Thu, 03 Jul 2008 16:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1253#comment-12643</guid>
		<description>@daniel.sedlacek

Yes. Please log those issues. That would be very helpful.

mike chambers

mesh@adobe.com</description>
		<content:encoded><![CDATA[<p>@daniel.sedlacek</p>
<p>Yes. Please log those issues. That would be very helpful.</p>
<p>mike chambers</p>
<p><a href="mailto:mesh@adobe.com">mesh@adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zwetan</title>
		<link>http://www.mikechambers.com/blog/2008/07/02/as3corelib-update/comment-page-1/#comment-12642</link>
		<dc:creator>zwetan</dc:creator>
		<pubDate>Thu, 03 Jul 2008 14:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1253#comment-12642</guid>
		<description>good news :)

you may also want people to use the new feature &quot;code review&quot; in GC

cheers,
zwetan</description>
		<content:encoded><![CDATA[<p>good news :)</p>
<p>you may also want people to use the new feature &#8220;code review&#8221; in GC</p>
<p>cheers,<br />
zwetan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel.sedlacek</title>
		<link>http://www.mikechambers.com/blog/2008/07/02/as3corelib-update/comment-page-1/#comment-12624</link>
		<dc:creator>daniel.sedlacek</dc:creator>
		<pubDate>Thu, 03 Jul 2008 09:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1253#comment-12624</guid>
		<description>Hi Mike, many thanks for such a dainty! 

Just a quick note (is it worth of logging on the project site?), open the library in FDT and you will see couple unused imports, local variables and missing semicolons. Also local var &#039;final&#039; in URI.as collides with reserved word and confuses FDT parser. 

Anyway, many many thanks!</description>
		<content:encoded><![CDATA[<p>Hi Mike, many thanks for such a dainty! </p>
<p>Just a quick note (is it worth of logging on the project site?), open the library in FDT and you will see couple unused imports, local variables and missing semicolons. Also local var &#8216;final&#8217; in URI.as collides with reserved word and confuses FDT parser. </p>
<p>Anyway, many many thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

