<?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: JSpec: BDD for JS</title>
	<atom:link href="http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/feed/" rel="self" type="application/rss+xml" />
	<link>http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/</link>
	<description>Random Geek-Related Thoughts</description>
	<lastBuildDate>Sat, 04 Sep 2010 14:45:52 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tj</title>
		<link>http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/comment-page-1/#comment-16266</link>
		<dc:creator>Tj</dc:creator>
		<pubDate>Mon, 06 Apr 2009 19:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/#comment-16266</guid>
		<description>Just released 1.0, check it out at http://visionmedia.github.com/jspec/</description>
		<content:encoded><![CDATA[<p>Just released 1.0, check it out at <a href="http://visionmedia.github.com/jspec/" rel="nofollow">http://visionmedia.github.com/jspec/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tj</title>
		<link>http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/comment-page-1/#comment-16143</link>
		<dc:creator>Tj</dc:creator>
		<pubDate>Sun, 15 Mar 2009 07:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/#comment-16143</guid>
		<description>I have a library named JSpec as well, far more robust :) and will top pretty much every javascript bdd framework out there once it hits 1.0

http://github.com/visionmedia/jspec/tree/master</description>
		<content:encoded><![CDATA[<p>I have a library named JSpec as well, far more robust :) and will top pretty much every javascript bdd framework out there once it hits 1.0</p>
<p><a href="http://github.com/visionmedia/jspec/tree/master" rel="nofollow">http://github.com/visionmedia/jspec/tree/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Parker</title>
		<link>http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/comment-page-1/#comment-3955</link>
		<dc:creator>David Parker</dc:creator>
		<pubDate>Mon, 28 Jan 2008 20:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/#comment-3955</guid>
		<description>How does this work with JQuery?  Note: I&#039;m not a JavaScript master yet.</description>
		<content:encoded><![CDATA[<p>How does this work with JQuery?  Note: I&#8217;m not a JavaScript master yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn Zaefferer</title>
		<link>http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/comment-page-1/#comment-2792</link>
		<dc:creator>Jörn Zaefferer</dc:creator>
		<pubDate>Sat, 10 Nov 2007 13:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/#comment-2792</guid>
		<description>How about returning an object from should() that provides the methods you want to use? Something like 7.should().equal(...) or document.should().exist().

That way you can keep the number of methods on Object.prototype low and still stick with methods instead of parameters.</description>
		<content:encoded><![CDATA[<p>How about returning an object from should() that provides the methods you want to use? Something like 7.should().equal(&#8230;) or document.should().exist().</p>
<p>That way you can keep the number of methods on Object.prototype low and still stick with methods instead of parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wycats</title>
		<link>http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/comment-page-1/#comment-2784</link>
		<dc:creator>wycats</dc:creator>
		<pubDate>Sat, 10 Nov 2007 02:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/#comment-2784</guid>
		<description>@Jörn: This way people can add to the matchers by just modifying the jspec.matchers object, instead of needing to define a new method on the Object prototype.

Also, while I have extended the Object prototype, I really don&#039;t like it, and want to keep the number of extended objects finite and determinable (that way someone can still test jQuery.extend as long as they understand that should and should_not will be on the new Object erroneously).</description>
		<content:encoded><![CDATA[<p>@Jörn: This way people can add to the matchers by just modifying the jspec.matchers object, instead of needing to define a new method on the Object prototype.</p>
<p>Also, while I have extended the Object prototype, I really don&#8217;t like it, and want to keep the number of extended objects finite and determinable (that way someone can still test jQuery.extend as long as they understand that should and should_not will be on the new Object erroneously).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn Zaefferer</title>
		<link>http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/comment-page-1/#comment-2783</link>
		<dc:creator>Jörn Zaefferer</dc:creator>
		<pubDate>Sat, 10 Nov 2007 02:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/#comment-2783</guid>
		<description>That example looks interesting. 

I wonder why you use should(&quot;include&quot;, ...) instead of should_include(...) or should(&quot;==&quot;, ...) instead of should_equal(...). You&#039;ve started adding to Object.prototype anyway, so why stop halfway through?

On a side note: What is BDD?</description>
		<content:encoded><![CDATA[<p>That example looks interesting. </p>
<p>I wonder why you use should(&#8220;include&#8221;, &#8230;) instead of should_include(&#8230;) or should(&#8220;==&#8221;, &#8230;) instead of should_equal(&#8230;). You&#8217;ve started adding to Object.prototype anyway, so why stop halfway through?</p>
<p>On a side note: What is BDD?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/comment-page-1/#comment-2781</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sat, 10 Nov 2007 01:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/2007/11/09/jspec-bdd-for-js/#comment-2781</guid>
		<description>Let&#039;s get a repo going. I&#039;m gonna mix it up with some mozrepl magick. http://hyperstruct.net/projects/mozrepl/</description>
		<content:encoded><![CDATA[<p>Let&#8217;s get a repo going. I&#8217;m gonna mix it up with some mozrepl magick. <a href="http://hyperstruct.net/projects/mozrepl/" rel="nofollow">http://hyperstruct.net/projects/mozrepl/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
