<?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: ActiveRecord is hard to test</title>
	<atom:link href="http://misko.hevery.com/2009/06/29/active-record-hard-to-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://misko.hevery.com/2009/06/29/active-record-hard-to-test/</link>
	<description>Testability Explorer</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:59:03 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Giorgio Sironi</title>
		<link>http://misko.hevery.com/2009/06/29/active-record-hard-to-test/comment-page-1/#comment-1288</link>
		<dc:creator>Giorgio Sironi</dc:creator>
		<pubDate>Mon, 29 Jun 2009 20:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=505#comment-1288</guid>
		<description>Active Record pattern is simple but database dependent. The only clean solution is persistence ignorance (first step towards DDD) and makes you capable of testing business objects and their interaction without using a db. Problem is that the DataMapper (like Hibernate or Doctrine) become more and more complicated with time.</description>
		<content:encoded><![CDATA[<p>Active Record pattern is simple but database dependent. The only clean solution is persistence ignorance (first step towards DDD) and makes you capable of testing business objects and their interaction without using a db. Problem is that the DataMapper (like Hibernate or Doctrine) become more and more complicated with time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
