<?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: Magic Strings vs  Constants</title>
	<atom:link href="http://www.kennybunch.com/blog/2005/01/magic-strings-vs-strict-typing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kennybunch.com/blog/2005/01/magic-strings-vs-strict-typing/</link>
	<description></description>
	<lastBuildDate>Tue, 25 Mar 2008 13:45:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kenny Bunch</title>
		<link>http://www.kennybunch.com/blog/2005/01/magic-strings-vs-strict-typing/comment-page-1/#comment-28</link>
		<dc:creator>Kenny Bunch</dc:creator>
		<pubDate>Thu, 13 Jan 2005 17:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kennybunch.com/blog/?p=8#comment-28</guid>
		<description>Yea, I meant to title it that, but published befre noticing and didnt know if it would in effect make it a new post in aggregators.. I just changed it anyways to see.</description>
		<content:encoded><![CDATA[<p>Yea, I meant to title it that, but published befre noticing and didnt know if it would in effect make it a new post in aggregators.. I just changed it anyways to see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron</title>
		<link>http://www.kennybunch.com/blog/2005/01/magic-strings-vs-strict-typing/comment-page-1/#comment-27</link>
		<dc:creator>Byron</dc:creator>
		<pubDate>Thu, 13 Jan 2005 17:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kennybunch.com/blog/?p=8#comment-27</guid>
		<description>Good reminder here. I usually think of this as a better way to do things but didn&#039;t think about compile time vs runtime.

One thing - it should probably be &lt;i&gt;Magic Strings vs Constants&lt;/i&gt; since you really are talking about constants which are general term. Also, in most languages &quot;change&quot; is still strictly typed - it&#039;s a string.</description>
		<content:encoded><![CDATA[<p>Good reminder here. I usually think of this as a better way to do things but didn&#8217;t think about compile time vs runtime.</p>
<p>One thing &#8211; it should probably be <i>Magic Strings vs Constants</i> since you really are talking about constants which are general term. Also, in most languages &#8220;change&#8221; is still strictly typed &#8211; it&#8217;s a string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny Bunch</title>
		<link>http://www.kennybunch.com/blog/2005/01/magic-strings-vs-strict-typing/comment-page-1/#comment-26</link>
		<dc:creator>Kenny Bunch</dc:creator>
		<pubDate>Thu, 06 Jan 2005 15:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kennybunch.com/blog/?p=8#comment-26</guid>
		<description>Good example Jesse. That is one that people using components should recognize as a best practice I think.</description>
		<content:encoded><![CDATA[<p>Good example Jesse. That is one that people using components should recognize as a best practice I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://www.kennybunch.com/blog/2005/01/magic-strings-vs-strict-typing/comment-page-1/#comment-25</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Wed, 05 Jan 2005 23:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.kennybunch.com/blog/?p=8#comment-25</guid>
		<description>Yeah, I&#039;ve been replacing attachMovie and contentPath with that:

popup = Window(PopUpManager.createPopUp(this, Window, true));
popup.contentPath = &quot;SomeForm&quot;;

instead becomes:

popup = Window(PopUpManager.createPopUp(this, Window, true));
popup.contentPath = SomeForm.symbolName;

Since in the UIComponet you define those variables, you can get syntax checking.  I hope EventDispatcher most to this model in the future as does all the framework.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ve been replacing attachMovie and contentPath with that:</p>
<p>popup = Window(PopUpManager.createPopUp(this, Window, true));<br />
popup.contentPath = &#8220;SomeForm&#8221;;</p>
<p>instead becomes:</p>
<p>popup = Window(PopUpManager.createPopUp(this, Window, true));<br />
popup.contentPath = SomeForm.symbolName;</p>
<p>Since in the UIComponet you define those variables, you can get syntax checking.  I hope EventDispatcher most to this model in the future as does all the framework.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.257 seconds -->

