<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>getting and setting &#187; IDE Features</title>
	<atom:link href="http://gettingandsetting.com/category/ide-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://gettingandsetting.com</link>
	<description>scott evans :: adobe flash builder</description>
	<lastBuildDate>Thu, 25 Mar 2010 23:00:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>accessor methods, actionscript, and you</title>
		<link>http://gettingandsetting.com/2008/05/09/accesor-methods-actionscript-and-you/</link>
		<comments>http://gettingandsetting.com/2008/05/09/accesor-methods-actionscript-and-you/#comments</comments>
		<pubDate>Fri, 09 May 2008 18:38:30 +0000</pubDate>
		<dc:creator>gse</dc:creator>
				<category><![CDATA[IDE Features]]></category>

		<guid isPermaLink="false">http://gettingandsetting.com/?p=4</guid>
		<description><![CDATA[What better way to kick off this blog than with its namesake?  And some tasty minutia?
One of the first Flex Builder 4 feature specs I&#8217;m working on is Generate Getters/Setters.  I considered this feature a nice, but small, enhancement.  But Tim&#8217;s $100 Feature Test shows that in fact this is a feature [...]]]></description>
			<content:encoded><![CDATA[<p>What better way to kick off this blog than with its namesake?  And some tasty minutia?</p>
<p>One of the first Flex Builder 4 feature specs I&#8217;m working on is <em>Generate Getters/Setters</em>.  I considered this feature a nice, but small, enhancement.  But Tim&#8217;s <a href="http://www.buntel.com/blog/index.cfm/2008/4/25/100-feature-test-for-expert-developers">$100 Feature Test</a> shows that in fact this is a feature lots of people are waiting for.  Nice!</p>
<p>To help validate our spec, I&#8217;d like to hear how and when <a href="http://livedocs.adobe.com/specs/actionscript/3/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&#038;file=as3_specification92.html">accessors</a> are used in the wild:  </p>
<ul>
<li>Do you typically create accessors when you create member variables, or later as you need them?</li>
<li>Would you want to batch-create accessors for more than one variable at once, or do you usually only do it for one variable at a time?</li>
<li>How do you name your variables that don&#8217;t have accessors?  Do you prefix them? (i.e. <code>m_color</code>, <code>m_flavor</code>)</li>
</ul>
<p>(The typical Java pattern is to put every member variable behind accessor methods, but <a href="http://kuwamoto.org/2006/01/09/getters-setters-and-the-difference-between-java-and-as/">that&#8217;s not appropriate</a> in AS.  Still, I have a feeling that some developers do it out of habit.)</p>
<p>Your feedback will help me be sure we&#8217;re getting this right.  Comment away!</p>
<p>(Disclaimer: Like the <a href="http://gettingandsetting.com/disclaimer-and-credits/">disclaimer page</a> says, this post &#8212; and all future posts &#8212; should not to be taken as a promise of any feature&#8217;s inclusion in any Adobe product.  But you knew that, right?)</p>
]]></content:encoded>
			<wfw:commentRss>http://gettingandsetting.com/2008/05/09/accesor-methods-actionscript-and-you/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>
