<?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: Intention-concealing interfaces: blob parameters</title>
	<atom:link href="http://lostechies.com/jimmybogard/2007/11/29/intention-concealing-interfaces-blob-parameters/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2007/11/29/intention-concealing-interfaces-blob-parameters/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Thu, 23 May 2013 23:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: jdn</title>
		<link>http://lostechies.com/jimmybogard/2007/11/29/intention-concealing-interfaces-blob-parameters/#comment-75</link>
		<dc:creator>jdn</dc:creator>
		<pubDate>Fri, 30 Nov 2007 05:31:19 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2007/11/29/intention-concealing-interfaces-blob-parameters.aspx#comment-75</guid>
		<description>At the risk of exposing my own lack of coding ability (and it&#039;s a big lack let me tell you), here is what I do:

I create a uber-class called Checkout that encapsulates all of the other objects that will need to be referenced when a ProcessOrder method is called.  

By creating such an uber-class, I get type safety and let&#039;s me do something like a UnitOfWork without having to worry about having a UnitOfWork class.

If that makes sense.

jdn</description>
		<content:encoded><![CDATA[<p>At the risk of exposing my own lack of coding ability (and it&#8217;s a big lack let me tell you), here is what I do:</p>
<p>I create a uber-class called Checkout that encapsulates all of the other objects that will need to be referenced when a ProcessOrder method is called.  </p>
<p>By creating such an uber-class, I get type safety and let&#8217;s me do something like a UnitOfWork without having to worry about having a UnitOfWork class.</p>
<p>If that makes sense.</p>
<p>jdn</p>
]]></content:encoded>
	</item>
</channel>
</rss>
