<?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: Design Patterns in ActionScript&#8211;Decorator</title>
	<atom:link href="http://ntt.cc/2008/11/01/gang-of-four-gof-design-patterns-in-actionscript-decorator.html/feed" rel="self" type="application/rss+xml" />
	<link>http://ntt.cc/2008/11/01/gang-of-four-gof-design-patterns-in-actionscript-decorator.html</link>
	<description>Flex,Flash,Ajax and Freebie Resource for Developers and Designers</description>
	<lastBuildDate>Fri, 30 Jul 2010 04:23:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: localToGlobal &#187; Blog Archive &#187; news review -&#62; 45th week of 2008</title>
		<link>http://ntt.cc/2008/11/01/gang-of-four-gof-design-patterns-in-actionscript-decorator.html/comment-page-1#comment-2287</link>
		<dc:creator>localToGlobal &#187; Blog Archive &#187; news review -&#62; 45th week of 2008</dc:creator>
		<pubDate>Fri, 07 Nov 2008 16:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://ntt.cc/2008/11/01/gang-of-four-gof-design-patterns-in-actionscript-decorator.html#comment-2287</guid>
		<description>[...] &gt; Gang of Four (GOF) Design Patterns in ActionScript–Decorator - Ntt.cc [...]</description>
		<content:encoded><![CDATA[<p>[...] &gt; Gang of Four (GOF) Design Patterns in ActionScript–Decorator &#8211; Ntt.cc [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://ntt.cc/2008/11/01/gang-of-four-gof-design-patterns-in-actionscript-decorator.html/comment-page-1#comment-2256</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 01 Nov 2008 07:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://ntt.cc/2008/11/01/gang-of-four-gof-design-patterns-in-actionscript-decorator.html#comment-2256</guid>
		<description>your example is not a decorator, what you describe is basic inheritance, according to the GoF a decorator &quot;attaches additional responbilities dynamically&quot;, yours does not do that, what if I wanted to both append and lowercase the text? Id have to write a new subclass that combined the functionality of both of your subclasses, the whole point of decorator is to not have to do that.</description>
		<content:encoded><![CDATA[<p>your example is not a decorator, what you describe is basic inheritance, according to the GoF a decorator &#8220;attaches additional responbilities dynamically&#8221;, yours does not do that, what if I wanted to both append and lowercase the text? Id have to write a new subclass that combined the functionality of both of your subclasses, the whole point of decorator is to not have to do that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
