<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Silly Adobe&#8230;don&#8217;t you know? private means private</title>
	<atom:link href="http://jwopitz.wordpress.com/2008/07/01/silly-adobedont-you-know-private-means-private/feed/" rel="self" type="application/rss+xml" />
	<link>http://jwopitz.wordpress.com/2008/07/01/silly-adobedont-you-know-private-means-private/</link>
	<description>actionscript, flex, flash and other fun stuff</description>
	<lastBuildDate>Sat, 14 Nov 2009 16:04:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Randy</title>
		<link>http://jwopitz.wordpress.com/2008/07/01/silly-adobedont-you-know-private-means-private/#comment-4957</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Fri, 03 Jul 2009 12:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/?p=182#comment-4957</guid>
		<description>i like curly braces on new lines, it makes me feel warm :)

but this private function with the comments left in does explain a lot about how competent their as coders are... If anyone&#039;s tried to compile a flash component from raw as files with the flex sdk they&#039;ll find a whole load of compile errors and warnings, normally because variable and function return types have been left out.  tards.</description>
		<content:encoded><![CDATA[<p>i like curly braces on new lines, it makes me feel warm <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>but this private function with the comments left in does explain a lot about how competent their as coders are&#8230; If anyone&#8217;s tried to compile a flash component from raw as files with the flex sdk they&#8217;ll find a whole load of compile errors and warnings, normally because variable and function return types have been left out.  tards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo</title>
		<link>http://jwopitz.wordpress.com/2008/07/01/silly-adobedont-you-know-private-means-private/#comment-4310</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Tue, 01 Jul 2008 19:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/?p=182#comment-4310</guid>
		<description>Sometimes the Flex framework source reads like an example of how not to code for extention.</description>
		<content:encoded><![CDATA[<p>Sometimes the Flex framework source reads like an example of how not to code for extention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julien</title>
		<link>http://jwopitz.wordpress.com/2008/07/01/silly-adobedont-you-know-private-means-private/#comment-4308</link>
		<dc:creator>julien</dc:creator>
		<pubDate>Tue, 01 Jul 2008 16:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/?p=182#comment-4308</guid>
		<description>I agree that doing component development can be a real pain, it took me quite a lot of reading and searching(thanks to all the guys that also give info on this). I also found the Flex source code quite weird at first, but after having read their coding conventions, I sort of understood it a bit better, even though I&#039;ll never ever adopt them, lots of them are for me a big waste of time and make those AS files look ugly (spaces everywhere for method calls and a new line for the curly braces = yuk)</description>
		<content:encoded><![CDATA[<p>I agree that doing component development can be a real pain, it took me quite a lot of reading and searching(thanks to all the guys that also give info on this). I also found the Flex source code quite weird at first, but after having read their coding conventions, I sort of understood it a bit better, even though I&#8217;ll never ever adopt them, lots of them are for me a big waste of time and make those AS files look ugly (spaces everywhere for method calls and a new line for the curly braces = yuk)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Deitte</title>
		<link>http://jwopitz.wordpress.com/2008/07/01/silly-adobedont-you-know-private-means-private/#comment-4307</link>
		<dc:creator>Brian Deitte</dc:creator>
		<pubDate>Tue, 01 Jul 2008 16:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/?p=182#comment-4307</guid>
		<description>@private is used by ASDoc to indicate that a function shouldn&#039;t be exposed in the documentation.  Most likely this was a function that was protected (which is still documented by ASDoc) but someone forgot to remove the @private tag.  That doesn&#039;t seem that silly to me.</description>
		<content:encoded><![CDATA[<p>@private is used by ASDoc to indicate that a function shouldn&#8217;t be exposed in the documentation.  Most likely this was a function that was protected (which is still documented by ASDoc) but someone forgot to remove the @private tag.  That doesn&#8217;t seem that silly to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Miller</title>
		<link>http://jwopitz.wordpress.com/2008/07/01/silly-adobedont-you-know-private-means-private/#comment-4306</link>
		<dc:creator>Danny Miller</dc:creator>
		<pubDate>Tue, 01 Jul 2008 16:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/?p=182#comment-4306</guid>
		<description>Wow... so I guess Adobe never learned about the protected keyword. That&#039;s why I don&#039;t use the MX framework.
Joylon, which class was this in? I hope the MX framework and not the core.......</description>
		<content:encoded><![CDATA[<p>Wow&#8230; so I guess Adobe never learned about the protected keyword. That&#8217;s why I don&#8217;t use the MX framework.<br />
Joylon, which class was this in? I hope the MX framework and not the core&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jolyon</title>
		<link>http://jwopitz.wordpress.com/2008/07/01/silly-adobedont-you-know-private-means-private/#comment-4305</link>
		<dc:creator>Jolyon</dc:creator>
		<pubDate>Tue, 01 Jul 2008 16:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://jwopitz.wordpress.com/?p=182#comment-4305</guid>
		<description>If you spend any time digging around in Flex, you find these kinda things all the time. It&#039;s just a shame Adobe can&#039;t employ some better AS coders. The classic that sticks with me goes something like this:

var len : uint = anArray.length;
for( var i : uint = 0; i &lt; anArray.length; i ++ )

It annoyed me so much a logged it as a bug, it&#039;s the only way they&#039;ll learn ;-)


Jolyon</description>
		<content:encoded><![CDATA[<p>If you spend any time digging around in Flex, you find these kinda things all the time. It&#8217;s just a shame Adobe can&#8217;t employ some better AS coders. The classic that sticks with me goes something like this:</p>
<p>var len : uint = anArray.length;<br />
for( var i : uint = 0; i &lt; anArray.length; i ++ )</p>
<p>It annoyed me so much a logged it as a bug, it&#8217;s the only way they&#8217;ll learn <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Jolyon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
