<?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: Where Have all the &#8220;new&#8221; Operators Gone?</title>
	<atom:link href="http://misko.hevery.com/2008/09/10/where-have-all-the-new-operators-gone/feed/" rel="self" type="application/rss+xml" />
	<link>http://misko.hevery.com/2008/09/10/where-have-all-the-new-operators-gone/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=where-have-all-the-new-operators-gone</link>
	<description>Testability Explorer</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:42:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Testable (small) application with basic initialisation using dependency injection &#124; Coding Answers</title>
		<link>http://misko.hevery.com/2008/09/10/where-have-all-the-new-operators-gone/comment-page-1/#comment-8169</link>
		<dc:creator>Testable (small) application with basic initialisation using dependency injection &#124; Coding Answers</dc:creator>
		<pubDate>Fri, 13 May 2011 15:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=215#comment-8169</guid>
		<description>[...] function calls, and for the needed singletons such as app-wide DB connection, trying to apply Mr Hevery&#8217;s suggestions in this post and contain/wrap it in an object that will be passed along with other needed objects [...]</description>
		<content:encoded><![CDATA[<p>[...] function calls, and for the needed singletons such as app-wide DB connection, trying to apply Mr Hevery&#8217;s suggestions in this post and contain/wrap it in an object that will be passed along with other needed objects [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dependency Injection Myth: Reference Passing &#124; Miško Hevery</title>
		<link>http://misko.hevery.com/2008/09/10/where-have-all-the-new-operators-gone/comment-page-1/#comment-283</link>
		<dc:creator>Dependency Injection Myth: Reference Passing &#124; Miško Hevery</dc:creator>
		<pubDate>Tue, 21 Oct 2008 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=215#comment-283</guid>
		<description>[...] (the design anti-pattern) and how they are really global variables and dependency injection suggestion to simply pass in the reference to the singleton in a constructor (instead of looking them up in [...]</description>
		<content:encoded><![CDATA[<p>[...] (the design anti-pattern) and how they are really global variables and dependency injection suggestion to simply pass in the reference to the singleton in a constructor (instead of looking them up in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan Miller</title>
		<link>http://misko.hevery.com/2008/09/10/where-have-all-the-new-operators-gone/comment-page-1/#comment-238</link>
		<dc:creator>Brendan Miller</dc:creator>
		<pubDate>Mon, 29 Sep 2008 03:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=215#comment-238</guid>
		<description>Another great post. I&#039;ve been going through your articles over the past month or so and I feel like a light has switched on, in terms of my understanding of dependency injection, and singletons (which I was always unconfortable with, since they resembled so strongly the global variables I learned to hate long ago).

However, could you please write an article to clarify your position on what the boundaries between different factories should be?

Also, It would be nice to see a discussion on how you handle logging and non-member functions (or static methods in java).

Also, you seem to have a bunch of articles that mention GUICE, and I&#039;ve seen a lot of other people excited about dependency injection frameworks, but I must say I could care less. I work in many languages, not just java, and I want a design pattern that works across languages, not some library that everyone who looks at my code will need to learn how to use.</description>
		<content:encoded><![CDATA[<p>Another great post. I&#8217;ve been going through your articles over the past month or so and I feel like a light has switched on, in terms of my understanding of dependency injection, and singletons (which I was always unconfortable with, since they resembled so strongly the global variables I learned to hate long ago).</p>
<p>However, could you please write an article to clarify your position on what the boundaries between different factories should be?</p>
<p>Also, It would be nice to see a discussion on how you handle logging and non-member functions (or static methods in java).</p>
<p>Also, you seem to have a bunch of articles that mention GUICE, and I&#8217;ve seen a lot of other people excited about dependency injection frameworks, but I must say I could care less. I work in many languages, not just java, and I want a design pattern that works across languages, not some library that everyone who looks at my code will need to learn how to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Application Wiring on Auto-Pilot &#124; Miško Hevery</title>
		<link>http://misko.hevery.com/2008/09/10/where-have-all-the-new-operators-gone/comment-page-1/#comment-217</link>
		<dc:creator>Application Wiring on Auto-Pilot &#124; Miško Hevery</dc:creator>
		<pubDate>Wed, 24 Sep 2008 17:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=215#comment-217</guid>
		<description>[...] to separate the new operators from the application logic. This separation forces your code to have factories which are responsible for wiring your application together. By separating this responsibility the tests can always wire together a subset of an [...]</description>
		<content:encoded><![CDATA[<p>[...] to separate the new operators from the application logic. This separation forces your code to have factories which are responsible for wiring your application together. By separating this responsibility the tests can always wire together a subset of an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stray</title>
		<link>http://misko.hevery.com/2008/09/10/where-have-all-the-new-operators-gone/comment-page-1/#comment-176</link>
		<dc:creator>Stray</dc:creator>
		<pubDate>Wed, 17 Sep 2008 10:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://misko.hevery.com/?p=215#comment-176</guid>
		<description>Great post. Along with your singletons-are-pathological-liars stuff and the main() post I think you&#039;ve just changed the way I code in about ten minutes flat. I thought I was a pretty good coder, but my whole view of dependencies just flipped on its head. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Great post. Along with your singletons-are-pathological-liars stuff and the main() post I think you&#8217;ve just changed the way I code in about ten minutes flat. I thought I was a pretty good coder, but my whole view of dependencies just flipped on its head. Thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

