<?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>CraigSimpson.net &#187; development</title>
	<atom:link href="http://craigsimpson.net/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://craigsimpson.net</link>
	<description>Flash &#38; Flex Development</description>
	<lastBuildDate>Thu, 30 Apr 2009 01:47:41 +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>What makes you a good Developer? Part 1.</title>
		<link>http://craigsimpson.net/2009/03/what-makes-you-a-good-developer-part-1/</link>
		<comments>http://craigsimpson.net/2009/03/what-makes-you-a-good-developer-part-1/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 06:17:40 +0000</pubDate>
		<dc:creator>Craig</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[code conventions]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://craigsimpson.net/?p=359</guid>
		<description><![CDATA[Ya, coding conventions!
(for the OCD developer)

 Follow coding conventions in your projects. That way you write clear and concise code.  The problem is there are many conventions. In reality &#8220;conventions&#8221; is really a code word for someones arbitrary opinion on how to write neat code. So&#8230;which one do you follow? It doesn&#8217;t really matter; [...]]]></description>
			<content:encoded><![CDATA[<h2>Ya, coding conventions!</h2>
<p><em>(for the OCD developer)</em></p>
<ol>
<li> Follow coding conventions in your projects. That way you write clear and concise code.  The problem is there are many conventions. In reality &#8220;conventions&#8221; is really a code word for someones arbitrary opinion on how to write neat code. So&#8230;which one do you follow? It doesn&#8217;t really matter; just follow one. <a title="Adobe AS3 Standards" href="http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions');" target="_blank">Adobe recently lays one out</a> and I can agree with most of it.  It is not complete and just because it is by Adobe does not mean it is the end all be all.<br/><br />
While reading the document, I couldn&#8217;t help but feel like I was being scolded by my parents. Take a look:</p>
<blockquote><p><em>Do this:</em></p>
<div class="preformatted panel" style="border-width: 1px;">
<div class="preformattedContent panelContent">
<pre>public function set label(value:String):void</pre>
</div>
</div>
<p><em>Not this:</em></p>
<pre>public function set label(lab:String):void</pre>
</blockquote>
</li>
<li>Stick to those conventions!  I have to admit it is hard but practice it all the time.  Remember this is not the fun part of Flash &amp; Flex development and it never will be but make it a habit.</li>
<li>Lastly, you will eventually run into someone who doesn&#8217;t agree with your conventions.  In that situation just think about my first point.</li>
</ol>
<p>Now time for me to go back to my old code and see what mistakes I&#8217;ve made.</p>
]]></content:encoded>
			<wfw:commentRss>http://craigsimpson.net/2009/03/what-makes-you-a-good-developer-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
