<?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: Revisiting Fowler&#8217;s Video Store: Variants and Invariants</title>
	<atom:link href="http://blog.symprise.net/2009/04/revisiting-fowlers-video-store-03-variants-and-invariants/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.symprise.net/2009/04/revisiting-fowlers-video-store-03-variants-and-invariants/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=revisiting-fowlers-video-store-03-variants-and-invariants</link>
	<description>Synergising the Enterprise through Software &#38; Management Innovation</description>
	<lastBuildDate>Wed, 30 Nov 2011 18:29:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Rafael Peixoto de Azevedo</title>
		<link>http://blog.symprise.net/2009/04/revisiting-fowlers-video-store-03-variants-and-invariants/comment-page-1/#comment-27</link>
		<dc:creator>Rafael Peixoto de Azevedo</dc:creator>
		<pubDate>Thu, 27 May 2010 03:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://sympriser.wordpress.com/?p=1252#comment-27</guid>
		<description>&lt;strong&gt;Thanks, Mark&lt;/strong&gt;

You are completely right! I made the mistake by manual intervention when moving the blog content from its former location. All the code in the blog was supposed to be invariant to this refactoring. Didn&#039;t have proper tests in place! ;)

&lt;strong&gt;Cheers, Rafael&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>Thanks, Mark</strong></p>
<p>You are completely right! I made the mistake by manual intervention when moving the blog content from its former location. All the code in the blog was supposed to be invariant to this refactoring. Didn&#8217;t have proper tests in place! <img src='http://blog.symprise.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Cheers, Rafael</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Needham</title>
		<link>http://blog.symprise.net/2009/04/revisiting-fowlers-video-store-03-variants-and-invariants/comment-page-1/#comment-26</link>
		<dc:creator>Mark Needham</dc:creator>
		<pubDate>Wed, 26 May 2010 22:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://sympriser.wordpress.com/?p=1252#comment-26</guid>
		<description>I guess this line:

if (simultaneous &gt;= 3 &amp;&amp; simultaneous &gt;= 7) {

Should read:

if (simultaneous &gt;= 3 &amp;&amp; simultaneous &lt;= 7) {

Interesting ideas though.</description>
		<content:encoded><![CDATA[<p>I guess this line:</p>
<p>if (simultaneous &gt;= 3 &amp;&amp; simultaneous &gt;= 7) {</p>
<p>Should read:</p>
<p>if (simultaneous &gt;= 3 &amp;&amp; simultaneous &lt;= 7) {</p>
<p>Interesting ideas though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

