<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lars Wilhelmsen &#187; Fluent+Interfaces</title>
	<atom:link href="http://www.larswilhelmsen.com/category/fluentinterfaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.larswilhelmsen.com</link>
	<description>Computer Software Guy Living Between the Edge and Corner Cases</description>
	<lastBuildDate>Wed, 11 Jan 2012 13:05:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Aggressive domain model fluent interface &#8211; take #1</title>
		<link>http://www.larswilhelmsen.com/2008/10/02/aggressive-domain-model-fluent-interface-take-1/</link>
		<comments>http://www.larswilhelmsen.com/2008/10/02/aggressive-domain-model-fluent-interface-take-1/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 19:56:36 +0000</pubDate>
		<dc:creator>larsw</dc:creator>
				<category><![CDATA[Aggressive]]></category>
		<category><![CDATA[DDD]]></category>
		<category><![CDATA[Fluent+Interfaces]]></category>

		<guid isPermaLink="false">http://larsw.wordpress.com/2008/10/02/aggressive-domain-model-fluent-interface-take-1/</guid>
		<description><![CDATA[So, I’m currently writing some infrastructure/backend code for Aggressive – a new lightweight time management I’m putting up on CodePlex. The idea is to us it to practice something that I’m not really good at; TDD – and also try to apply DDD from “top to bottom”. I’ve taken an interest in internal DSLs and [...]]]></description>
			<content:encoded><![CDATA[<p>So, I’m currently writing some infrastructure/backend code for <a href="http://www.codeplex.com/Aggressive" target="_blank">Aggressive</a> – a new lightweight time management I’m putting up on CodePlex.</p>
<p>The idea is to us it to practice something that I’m not really good at; TDD – and also try to apply DDD from “top to bottom”.</p>
<p>I’ve taken an interest in internal DSLs and fluent interfaces, so I started to mock up a simple interface for manipulating the Aggressive model.</p>
<p>Take #1:</p>
<p><img title="Aggressive Fluent Interface - Take #1" style="display:inline;" height="347" alt="Aggressive Fluent Interface - Take #1" src="http://larsw.files.wordpress.com/2008/10/aggressivefluentinterfacetake1.png" width="444" /> </p>
<p>I tried two different models in the fixtures; the first one where the navigation starts from the user object – and ends up in the task – and the other going the opposite way.</p>
<p>Aaarrrgh.. Grrrr… xUnit 1.0.3 used for testing <img src='http://www.larswilhelmsen.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I’m open for input &amp; comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.larswilhelmsen.com/2008/10/02/aggressive-domain-model-fluent-interface-take-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

