<?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>Artem&#039;s blog &#187; GoF</title>
	<atom:link href="http://artemgolubev.com/tag/gof/feed/" rel="self" type="application/rss+xml" />
	<link>http://artemgolubev.com</link>
	<description>Thoughts on software</description>
	<lastBuildDate>Tue, 20 Apr 2010 18:20:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Patterns mess: Abstract Factory versus Factory Method versus Builder, Adapter versus Bridge versus Composite versus Decorator versus Facade versus Proxy, etc.</title>
		<link>http://artemgolubev.com/patterns-mess-abstract-factory-versus-factory-method-versus-builder-adapter-versus-bridge-versus-composite-versus-decorator-versus-facade-versus-proxy-etc/</link>
		<comments>http://artemgolubev.com/patterns-mess-abstract-factory-versus-factory-method-versus-builder-adapter-versus-bridge-versus-composite-versus-decorator-versus-facade-versus-proxy-etc/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 20:44:13 +0000</pubDate>
		<dc:creator>Artem</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[GoF]]></category>

		<guid isPermaLink="false">http://artemgolubev.com/patterns-mess-abstract-factory-versus-factory-method-versus-builder-adapter-versus-bridge-versus-composite-versus-decorator-versus-facade-versus-proxy-etc/</guid>
		<description><![CDATA[Patterns mess: Abstract Factory versus Factory Method versus Builder, Adapter versus Bridge versus Composite versus Decorator versus Facade versus Proxy, etc.
At first I would like to mention that there is difference between all patterns I mentioned, but my point is that this difference is so insignificant that it wasn&#8217;t worse dividing all these patterns.I think [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Patterns mess: Abstract Factory versus Factory Method versus Builder, Adapter versus Bridge versus Composite versus Decorator versus Facade versus Proxy, etc.</strong></p>
<p>At first I would like to mention that there is difference between all patterns I mentioned, but my point is that this difference is so insignificant that it wasn&#8217;t worse dividing all these patterns.I think that Abstract Factory, Method, and Builder are all about the same: constructing objects with some method(s) and using inheritance technique to build different types (families) of object. The same is about Adapter, Bridge, Decorator, Facade, and Proxy in terms of GoF. I would reserve Proxy term for remote proxy in distributed environment, as it used now. Again for me all these patterns as presented by GoF are about intensive use of encapsulation. I personally think that existance of such amount of similar patterns is misleading.</p>
]]></content:encoded>
			<wfw:commentRss>http://artemgolubev.com/patterns-mess-abstract-factory-versus-factory-method-versus-builder-adapter-versus-bridge-versus-composite-versus-decorator-versus-facade-versus-proxy-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
