<?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>Grayger &#187; Design pattern</title>
	<atom:link href="http://www.grayger.com/tag/design-pattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grayger.com</link>
	<description>In the pursuit of effectiveness</description>
	<lastBuildDate>Sat, 02 Jul 2011 16:38:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Implementation patterns</title>
		<link>http://www.grayger.com/java-eng/implementation-patterns/</link>
		<comments>http://www.grayger.com/java-eng/implementation-patterns/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 13:26:00 +0000</pubDate>
		<dc:creator>grayger</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Design pattern]]></category>
		<category><![CDATA[Implementation patterns]]></category>

		<guid isPermaLink="false">http://www.grayger.com/wp/?p=28</guid>
		<description><![CDATA[Kent Beck&#8217;s &#8220;Implementation patterns&#8221; is the first book that I bought in this year. Its main concern is how to write better code that is readable and understandable, and it also touchs fundamentals of software design especially OOP. One of the book&#8217;s keywords is &#8220;intention&#8221;. Its strengths lie in being well-structured, easy to understand and [...]]]></description>
			<content:encoded><![CDATA[<p>Kent Beck&#8217;s &#8220;Implementation patterns&#8221; is the first book that I bought in this year. Its main concern is how to write better code that is readable and understandable, and it also touchs fundamentals of software design especially OOP. One of the book&#8217;s keywords is &#8220;intention&#8221;. Its strengths lie in being well-structured, easy to understand and thin.</p>
<p>However it is not a pioneeering book like DP of GoF; it doesn&#8217;t address something really new. That makes me a little disppointed because I have expected it would tell me lots of stuffs that I didn&#8217;t realize before. It is like a well-documented wikipedia in that sense.</p>
<p>The title of book need to be changed to &#8220;Implementation patterns in Java&#8221;. It is not just because example code of the book is written in Java but because some topics are very specific to Java so that these topics are not concerns of Non-Java developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grayger.com/java-eng/implementation-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python design pattern</title>
		<link>http://www.grayger.com/uncategorized/python-design-pattern/</link>
		<comments>http://www.grayger.com/uncategorized/python-design-pattern/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 16:41:00 +0000</pubDate>
		<dc:creator>grayger</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Design pattern]]></category>

		<guid isPermaLink="false">http://grayger.hosting.paran.com/wordpress/?p=14</guid>
		<description><![CDATA[I spent my Saturday morning watching Google tech talk on python design patterns
It validates the statement &#8220;Design is not indepent from the inplementation&#8217;s technology&#8221; with python case.
]]></description>
			<content:encoded><![CDATA[<p>I spent my Saturday morning watching Google tech talk on <a href="http://video.google.com/videoplay?docid=-3035093035748181693">python design patterns</a><br />
It validates the statement &#8220;Design is not indepent from the inplementation&#8217;s technology&#8221; with python case.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grayger.com/uncategorized/python-design-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

