<?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"
	>
<channel>
	<title>Comments on: Some ExtJS patterns I enjoy</title>
	<atom:link href="http://blog.edseek.com/archives/2009/12/27/some-extjs-patterns-i-enjoy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.edseek.com/archives/2009/12/27/some-extjs-patterns-i-enjoy/</link>
	<description>Thursday next week is indeed time for a thorough insight into the swirling red debian vortex. -- leeta</description>
	<pubDate>Thu, 09 Sep 2010 17:16:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: jasonb</title>
		<link>http://blog.edseek.com/archives/2009/12/27/some-extjs-patterns-i-enjoy/#comment-36098</link>
		<dc:creator>jasonb</dc:creator>
		<pubDate>Tue, 29 Dec 2009 03:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.edseek.com/?p=990#comment-36098</guid>
		<description>Makes sense.  I'm a sucker for conciseness, though.  I cram as much as I typically can in a single line.  I've become a serial abuser of ? : syntax as well.</description>
		<content:encoded><![CDATA[<p>Makes sense.  I&#8217;m a sucker for conciseness, though.  I cram as much as I typically can in a single line.  I&#8217;ve become a serial abuser of ? : syntax as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Spencer</title>
		<link>http://blog.edseek.com/archives/2009/12/27/some-extjs-patterns-i-enjoy/#comment-36097</link>
		<dc:creator>Ed Spencer</dc:creator>
		<pubDate>Mon, 28 Dec 2009 22:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.edseek.com/?p=990#comment-36097</guid>
		<description>I like the last pattern in particular, it's especially useful in ensuring small compiled code size.

For the applyIf pattern I tend to split that into calls:

this.someObject = this.someObject &#124;&#124; {};
Ext.applyIf(this.someObject, {...});

it's slightly longer overall, but easier to understand quickly what's going on.

Nice work.</description>
		<content:encoded><![CDATA[<p>I like the last pattern in particular, it&#8217;s especially useful in ensuring small compiled code size.</p>
<p>For the applyIf pattern I tend to split that into calls:</p>
<p>this.someObject = this.someObject || {};<br />
Ext.applyIf(this.someObject, {&#8230;});</p>
<p>it&#8217;s slightly longer overall, but easier to understand quickly what&#8217;s going on.</p>
<p>Nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Scott</title>
		<link>http://blog.edseek.com/archives/2009/12/27/some-extjs-patterns-i-enjoy/#comment-36094</link>
		<dc:creator>Chris Scott</dc:creator>
		<pubDate>Mon, 28 Dec 2009 00:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.edseek.com/?p=990#comment-36094</guid>
		<description>Interesting</description>
		<content:encoded><![CDATA[<p>Interesting</p>
]]></content:encoded>
	</item>
</channel>
</rss>
