<?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: Herding Code 51: Greg Young on Our Grand Failure &#8211; Thoughts on DDDD</title>
	<atom:link href="http://herdingcode.com/herding-code-51-greg-young-on-our-grand-failure-thoughts-on-dddd/feed/" rel="self" type="application/rss+xml" />
	<link>http://herdingcode.com/herding-code-51-greg-young-on-our-grand-failure-thoughts-on-dddd/</link>
	<description>The Herding Code Podcast</description>
	<lastBuildDate>Thu, 13 Jun 2013 12:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Diskussion mit Greg Young über CRUD und task based UI&#8217;s &#171; Contrast matters</title>
		<link>http://herdingcode.com/herding-code-51-greg-young-on-our-grand-failure-thoughts-on-dddd/comment-page-1/#comment-46436</link>
		<dc:creator>Diskussion mit Greg Young über CRUD und task based UI&#8217;s &#171; Contrast matters</dc:creator>
		<pubDate>Thu, 19 May 2011 19:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://herdingcode.com/?p=189#comment-46436</guid>
		<description><![CDATA[[...] eben im Archiv von Herding Code eine Perle gefunden. Obwohl bereits fast ein Jahr alt, ist diese Diskussion mit CQRS Experten Greg Young immer noch hoch aktuell und jedem Software Entwickler zu empfehlen. Im [...]]]></description>
		<content:encoded><![CDATA[<p>[...] eben im Archiv von Herding Code eine Perle gefunden. Obwohl bereits fast ein Jahr alt, ist diese Diskussion mit CQRS Experten Greg Young immer noch hoch aktuell und jedem Software Entwickler zu empfehlen. Im [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Podcasts For .NET Developers &#171; Stefano Ricciardi&#39;s Blog</title>
		<link>http://herdingcode.com/herding-code-51-greg-young-on-our-grand-failure-thoughts-on-dddd/comment-page-1/#comment-10922</link>
		<dc:creator>Top Podcasts For .NET Developers &#171; Stefano Ricciardi&#39;s Blog</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://herdingcode.com/?p=189#comment-10922</guid>
		<description><![CDATA[[...] Favorite episode: Herding Code 51: Greg Young on Our Grand Failure – Thoughts on DDDD [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Favorite episode: Herding Code 51: Greg Young on Our Grand Failure – Thoughts on DDDD [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elegant Code &#187; CQRS &#224; la Greg Young</title>
		<link>http://herdingcode.com/herding-code-51-greg-young-on-our-grand-failure-thoughts-on-dddd/comment-page-1/#comment-7766</link>
		<dc:creator>Elegant Code &#187; CQRS &#224; la Greg Young</dc:creator>
		<pubDate>Sun, 15 Nov 2009 23:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://herdingcode.com/?p=189#comment-7766</guid>
		<description><![CDATA[[...] of behavior when explaining what they want to accomplish. Al do Greg thinks times have changed, “Our grand failure&quot;, but it should really be the case that our clients talk their own domain language. When using [...]]]></description>
		<content:encoded><![CDATA[<p>[...] of behavior when explaining what they want to accomplish. Al do Greg thinks times have changed, “Our grand failure&quot;, but it should really be the case that our clients talk their own domain language. When using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Young</title>
		<link>http://herdingcode.com/herding-code-51-greg-young-on-our-grand-failure-thoughts-on-dddd/comment-page-1/#comment-4717</link>
		<dc:creator>Greg Young</dc:creator>
		<pubDate>Wed, 22 Jul 2009 15:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://herdingcode.com/?p=189#comment-4717</guid>
		<description><![CDATA[@Steve

What happens when your rules change over time and you want to see how the new rules would have affected your previously observed data? The problem you will run into is that you are losing information by just having the rules. Keeping the events allows things to be repeatable.

Greg]]></description>
		<content:encoded><![CDATA[<p>@Steve</p>
<p>What happens when your rules change over time and you want to see how the new rules would have affected your previously observed data? The problem you will run into is that you are losing information by just having the rules. Keeping the events allows things to be repeatable.</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Strong</title>
		<link>http://herdingcode.com/herding-code-51-greg-young-on-our-grand-failure-thoughts-on-dddd/comment-page-1/#comment-4469</link>
		<dc:creator>Steve Strong</dc:creator>
		<pubDate>Thu, 16 Jul 2009 01:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://herdingcode.com/?p=189#comment-4469</guid>
		<description><![CDATA[I always listen to your podcast when I travel, I liked how this one started.  CRUD design methodlogy as a forms over data is a design issue.  I think designing for intent is right, but I believe a most of this can be covered by a rule system.  Collecting events in a DB so you can datamine if objects were removed from that cart sounds like &quot;dumb&quot; information to collect.  Rules could tell you that someone intended to empty the cart because they were outside there budget, it add something by mistake.]]></description>
		<content:encoded><![CDATA[<p>I always listen to your podcast when I travel, I liked how this one started.  CRUD design methodlogy as a forms over data is a design issue.  I think designing for intent is right, but I believe a most of this can be covered by a rule system.  Collecting events in a DB so you can datamine if objects were removed from that cart sounds like &#8220;dumb&#8221; information to collect.  Rules could tell you that someone intended to empty the cart because they were outside there budget, it add something by mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Podcasts &#171; thinkschematwo.com</title>
		<link>http://herdingcode.com/herding-code-51-greg-young-on-our-grand-failure-thoughts-on-dddd/comment-page-1/#comment-4015</link>
		<dc:creator>Podcasts &#171; thinkschematwo.com</dc:creator>
		<pubDate>Sat, 04 Jul 2009 01:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://herdingcode.com/?p=189#comment-4015</guid>
		<description><![CDATA[[...] In fact, I was inspired to write this post because I ran across Herding Code (specifically #51 &#8211; Greg Young on Our Grand Failure &#8211; Thoughts on DDDD). [...]]]></description>
		<content:encoded><![CDATA[<p>[...] In fact, I was inspired to write this post because I ran across Herding Code (specifically #51 &#8211; Greg Young on Our Grand Failure &#8211; Thoughts on DDDD). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Hickson</title>
		<link>http://herdingcode.com/herding-code-51-greg-young-on-our-grand-failure-thoughts-on-dddd/comment-page-1/#comment-4014</link>
		<dc:creator>Matthew Hickson</dc:creator>
		<pubDate>Sat, 04 Jul 2009 01:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://herdingcode.com/?p=189#comment-4014</guid>
		<description><![CDATA[I suspect it&#039;s already been said, but a transcript or more detailed summary of some kind would be an excellent addition to the podcasts here.

This was the first episode that I encountered and I found the subject matter immediately engaging, but don&#039;t find myself with lots of time for podcasts.

In any event, keep up the good work!]]></description>
		<content:encoded><![CDATA[<p>I suspect it&#8217;s already been said, but a transcript or more detailed summary of some kind would be an excellent addition to the podcasts here.</p>
<p>This was the first episode that I encountered and I found the subject matter immediately engaging, but don&#8217;t find myself with lots of time for podcasts.</p>
<p>In any event, keep up the good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk
Database Caching 2/12 queries in 0.006 seconds using disk
Object Caching 422/422 objects using disk

 Served from: herdingcode.com @ 2013-06-20 04:26:08 by W3 Total Cache -->