<?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>Learning by Experience &#187; refactoring</title>
	<atom:link href="http://www.inze.be/andries/category/refactoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inze.be/andries</link>
	<description>Java, Project Management, Life and anything else.</description>
	<lastBuildDate>Thu, 15 Jul 2010 07:34:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Extract Method: an in-depth motivation</title>
		<link>http://www.inze.be/andries/2007/10/18/extract-method-an-in-depth-motivation/</link>
		<comments>http://www.inze.be/andries/2007/10/18/extract-method-an-in-depth-motivation/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 21:11:02 +0000</pubDate>
		<dc:creator>Andries Inzé</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.inze.be/andries/?p=16</guid>
		<description><![CDATA[Extract method is one of the easiest refactorings within the GoF patterns. Developers tend to look at large methods and use Extract Method only then. Well, there is a lot more to this simple refactoring then just splitting up large methods. Let&#8217;s digg in! Separation of responsibility Methods should have 1 concern (responsibility, purpose, &#8230; [...]]]></description>
		<wfw:commentRss>http://www.inze.be/andries/2007/10/18/extract-method-an-in-depth-motivation/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
