<?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: Ninject.RhinoMocks: Auto Mocking Container For .NET 3.5 and Compact Framework 3.5</title>
	<atom:link href="http://lostechies.com/derickbailey/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Mon, 20 May 2013 17:13: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: Justice~!</title>
		<link>http://lostechies.com/derickbailey/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5/#comment-923</link>
		<dc:creator>Justice~!</dc:creator>
		<pubDate>Sat, 22 May 2010 16:10:42 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5.aspx#comment-923</guid>
		<description>@Derick, I don&#039;t know man - the pain of that had been pretty minimal for me!  But then again once you get into larger domain spaces it might be more difficult to keep track, so I can see the other side too.</description>
		<content:encoded><![CDATA[<p>@Derick, I don&#8217;t know man &#8211; the pain of that had been pretty minimal for me!  But then again once you get into larger domain spaces it might be more difficult to keep track, so I can see the other side too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derick.bailey</title>
		<link>http://lostechies.com/derickbailey/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5/#comment-922</link>
		<dc:creator>derick.bailey</dc:creator>
		<pubDate>Sat, 22 May 2010 01:16:04 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5.aspx#comment-922</guid>
		<description>@Louis - yeah, that&#039;s the &quot;big problem&quot; that people complain about when they say auto mocking containers are bad. honestly, that&#039;s a pretty weak excuse for not teaching developers how to spot too many dependencies as a part of bad design. trust your team. if they get it wrong, teach them right. :)

@Justice - that would only distribute the problem. rather than having my mocks setup in the area that they are used, i&#039;d have to register them in a completely different class. worse, i wouldn&#039;t know whether or not they were registered already, so i&#039;d have to constantly check to see if they are when i am setting up a class to be tested.
</description>
		<content:encoded><![CDATA[<p>@Louis &#8211; yeah, that&#8217;s the &#8220;big problem&#8221; that people complain about when they say auto mocking containers are bad. honestly, that&#8217;s a pretty weak excuse for not teaching developers how to spot too many dependencies as a part of bad design. trust your team. if they get it wrong, teach them right. :)</p>
<p>@Justice &#8211; that would only distribute the problem. rather than having my mocks setup in the area that they are used, i&#8217;d have to register them in a completely different class. worse, i wouldn&#8217;t know whether or not they were registered already, so i&#8217;d have to constantly check to see if they are when i am setting up a class to be tested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justice~!</title>
		<link>http://lostechies.com/derickbailey/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5/#comment-921</link>
		<dc:creator>Justice~!</dc:creator>
		<pubDate>Fri, 21 May 2010 22:24:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5.aspx#comment-921</guid>
		<description>I&#039;m a bit surprised you didn&#039;t just use a different Ninject module for testing that used rhinomocks to return a mocked dependency; would seem to be the easiest way?</description>
		<content:encoded><![CDATA[<p>I&#8217;m a bit surprised you didn&#8217;t just use a different Ninject module for testing that used rhinomocks to return a mocked dependency; would seem to be the easiest way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis Salin</title>
		<link>http://lostechies.com/derickbailey/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5/#comment-920</link>
		<dc:creator>Louis Salin</dc:creator>
		<pubDate>Fri, 21 May 2010 22:04:02 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5.aspx#comment-920</guid>
		<description>I&#039;ve heard (or read...) that automocking is equivalent to taking weight loss pills while still eating cheesburgers for breakfast. Okay, I just made that up!

My point is, and I&#039;m in no way in a position to opine on the matter, that the pain of mocking might be due to design issues. Hiding the pain with a tool won&#039;t make the cause go away.

So maybe in this case it&#039;s a very benign use of an automocker, but as the code base grows, the automocker will hide pain points that would otherwise become immediately obvious, no?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve heard (or read&#8230;) that automocking is equivalent to taking weight loss pills while still eating cheesburgers for breakfast. Okay, I just made that up!</p>
<p>My point is, and I&#8217;m in no way in a position to opine on the matter, that the pain of mocking might be due to design issues. Hiding the pain with a tool won&#8217;t make the cause go away.</p>
<p>So maybe in this case it&#8217;s a very benign use of an automocker, but as the code base grows, the automocker will hide pain points that would otherwise become immediately obvious, no?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
