<?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: Read my BDD article in this month&#8217;s JS Magazine</title>
	<atom:link href="http://edspencer.net/2009/06/read-my-bdd-article-in-this-months-js.html/feed" rel="self" type="application/rss+xml" />
	<link>http://edspencer.net/2009/06/read-my-bdd-article-in-this-months-js.html</link>
	<description>Software Architect at Sencha, making Ext JS awesome</description>
	<lastBuildDate>Sun, 05 Sep 2010 10:25:17 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AndyCramb</title>
		<link>http://edspencer.net/2009/06/read-my-bdd-article-in-this-months-js.html/comment-page-1#comment-69</link>
		<dc:creator>AndyCramb</dc:creator>
		<pubDate>Tue, 11 Aug 2009 22:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=31#comment-69</guid>
		<description>Thanks&lt;br /&gt;Look forward to the Ext JS and JSpec post</description>
		<content:encoded><![CDATA[<p>Thanks<br />Look forward to the Ext JS and JSpec post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Spencer</title>
		<link>http://edspencer.net/2009/06/read-my-bdd-article-in-this-months-js.html/comment-page-1#comment-68</link>
		<dc:creator>Edward Spencer</dc:creator>
		<pubDate>Mon, 10 Aug 2009 23:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=31#comment-68</guid>
		<description>I think when you download the issue you can decide to download the full package (.zip file including all the source code), or just the pdf on its own. You can download the issue as often as you like so the option should still be available to you.&lt;br /&gt;&lt;br /&gt;I have been using JSpec a lot more in my own work since the article was published, largely successfully.  I intend to write up a blog post in the near future going through the process of using BDD to create ExtJS components.</description>
		<content:encoded><![CDATA[<p>I think when you download the issue you can decide to download the full package (.zip file including all the source code), or just the pdf on its own. You can download the issue as often as you like so the option should still be available to you.</p>
<p>I have been using JSpec a lot more in my own work since the article was published, largely successfully.  I intend to write up a blog post in the near future going through the process of using BDD to create ExtJS components.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andycramb</title>
		<link>http://edspencer.net/2009/06/read-my-bdd-article-in-this-months-js.html/comment-page-1#comment-57</link>
		<dc:creator>andycramb</dc:creator>
		<pubDate>Tue, 21 Jul 2009 21:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=31#comment-57</guid>
		<description>Thanks Ed&lt;br /&gt;&lt;br /&gt;Excellent article&lt;br /&gt;I am just exploring what kind of quality processes to introduce to any ExtJs widgets that I build.&lt;br /&gt;I was expecting to see a folder with your name on it in the JSMag download. Is there meant to be example code as there is none there?&lt;br /&gt;I meant to say I hve read a lot of your ExtJs posts and have learned a lot from your posts. Thanks for these.&lt;br /&gt;Andy</description>
		<content:encoded><![CDATA[<p>Thanks Ed</p>
<p>Excellent article<br />I am just exploring what kind of quality processes to introduce to any ExtJs widgets that I build.<br />I was expecting to see a folder with your name on it in the JSMag download. Is there meant to be example code as there is none there?<br />I meant to say I hve read a lot of your ExtJs posts and have learned a lot from your posts. Thanks for these.<br />Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Spencer</title>
		<link>http://edspencer.net/2009/06/read-my-bdd-article-in-this-months-js.html/comment-page-1#comment-56</link>
		<dc:creator>Edward Spencer</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=31#comment-56</guid>
		<description>Hi Andy,&lt;br /&gt;&lt;br /&gt;Yes it fits in well with the more &#039;model-oriented&#039; bits of ExtJS - i.e. not so much for testing view code.&lt;br /&gt;&lt;br /&gt;That said, if you had an Ext.Window subclass for example, and some logic that decides what title to use, that logic could be placed into a function in your subclass and tested on its own using this approach.&lt;br /&gt;&lt;br /&gt;Because so much of out-of-the-box Ext is view-oriented most people have to write their own control code anyway, which is usually the best candidate for testing this way. Ideally, it would all be tested with Selenium or similar too :)</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>Yes it fits in well with the more &#39;model-oriented&#39; bits of ExtJS &#8211; i.e. not so much for testing view code.</p>
<p>That said, if you had an Ext.Window subclass for example, and some logic that decides what title to use, that logic could be placed into a function in your subclass and tested on its own using this approach.</p>
<p>Because so much of out-of-the-box Ext is view-oriented most people have to write their own control code anyway, which is usually the best candidate for testing this way. Ideally, it would all be tested with Selenium or similar too <img src='http://edspencer.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andycramb</title>
		<link>http://edspencer.net/2009/06/read-my-bdd-article-in-this-months-js.html/comment-page-1#comment-55</link>
		<dc:creator>andycramb</dc:creator>
		<pubDate>Tue, 21 Jul 2009 09:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=31#comment-55</guid>
		<description>Ed&lt;br /&gt;&lt;br /&gt;I have just ordered the magazine to find out more on you article&lt;br /&gt;I know you do a lot of work on ExtJS. Would this testing library fit well with ExtJS?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Andy</description>
		<content:encoded><![CDATA[<p>Ed</p>
<p>I have just ordered the magazine to find out more on you article<br />I know you do a lot of work on ExtJS. Would this testing library fit well with ExtJS?</p>
<p>Thanks<br />Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://edspencer.net/2009/06/read-my-bdd-article-in-this-months-js.html/comment-page-1#comment-54</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 06 Jul 2009 23:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=31#comment-54</guid>
		<description>pfft, pay? bah... send me a copy :D - Dom</description>
		<content:encoded><![CDATA[<p>pfft, pay? bah&#8230; send me a copy <img src='http://edspencer.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  &#8211; Dom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://edspencer.net/2009/06/read-my-bdd-article-in-this-months-js.html/comment-page-1#comment-47</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 19 Jun 2009 01:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.2.15/Projects/wordpress/?p=31#comment-47</guid>
		<description>I bought it just to check out the JSpec portion :) very cool</description>
		<content:encoded><![CDATA[<p>I bought it just to check out the JSpec portion <img src='http://edspencer.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  very cool</p>
]]></content:encoded>
	</item>
</channel>
</rss>
