<?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: Yes You Are Making Changes, But That Doesn&#039;t Make It Refactoring!</title>
	<atom:link href="http://www.pramatr.com/blog/2008/09/26/yes-you-are-making-changes-but-that-doesnt-make-it-refactoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pramatr.com/blog/2008/09/26/yes-you-are-making-changes-but-that-doesnt-make-it-refactoring/</link>
	<description>A collection of articles from pramatr.com on technology, security, software and anything we find interesting</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:28:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Documentation: Update It Or Lose It &#171; Pramatr Blog</title>
		<link>http://www.pramatr.com/blog/2008/09/26/yes-you-are-making-changes-but-that-doesnt-make-it-refactoring/comment-page-1/#comment-69</link>
		<dc:creator>Documentation: Update It Or Lose It &#171; Pramatr Blog</dc:creator>
		<pubDate>Tue, 17 Feb 2009 06:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://pramatr.com/2007/09/26/yes-you-are-making-changes-but-that-doesnt-make-it-refactoring/#comment-69</guid>
		<description>[...] by pramatr on February 17, 2009  Over time I&#8217;m frequently restructuring and refactoring the code I work on to improve the design and simplify many of the balls of mud I find along the [...]</description>
		<content:encoded><![CDATA[<p>[...] by pramatr on February 17, 2009  Over time I&#8217;m frequently restructuring and refactoring the code I work on to improve the design and simplify many of the balls of mud I find along the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tests Are Still Code &#171; Pramatr Blog</title>
		<link>http://www.pramatr.com/blog/2008/09/26/yes-you-are-making-changes-but-that-doesnt-make-it-refactoring/comment-page-1/#comment-68</link>
		<dc:creator>Tests Are Still Code &#171; Pramatr Blog</dc:creator>
		<pubDate>Thu, 15 Jan 2009 02:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://pramatr.com/2007/09/26/yes-you-are-making-changes-but-that-doesnt-make-it-refactoring/#comment-68</guid>
		<description>[...] refactoring tests is that you are refactoring something which does not have tests to verify your changes, but testing tests is a controversial issue and can probably be better solved by conducting [...]</description>
		<content:encoded><![CDATA[<p>[...] refactoring tests is that you are refactoring something which does not have tests to verify your changes, but testing tests is a controversial issue and can probably be better solved by conducting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RefactorMyCode.com: Will it work? &#171; Pramatr Blog</title>
		<link>http://www.pramatr.com/blog/2008/09/26/yes-you-are-making-changes-but-that-doesnt-make-it-refactoring/comment-page-1/#comment-67</link>
		<dc:creator>RefactorMyCode.com: Will it work? &#171; Pramatr Blog</dc:creator>
		<pubDate>Wed, 07 Jan 2009 20:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://pramatr.com/2007/09/26/yes-you-are-making-changes-but-that-doesnt-make-it-refactoring/#comment-67</guid>
		<description>[...] doesn&#8217;t all sound like refactoring, but I&#8217;m always interested in new resources so I thought I&#8217;d [...]</description>
		<content:encoded><![CDATA[<p>[...] doesn&#8217;t all sound like refactoring, but I&#8217;m always interested in new resources so I thought I&#8217;d [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pramatr</title>
		<link>http://www.pramatr.com/blog/2008/09/26/yes-you-are-making-changes-but-that-doesnt-make-it-refactoring/comment-page-1/#comment-66</link>
		<dc:creator>Pramatr</dc:creator>
		<pubDate>Fri, 28 Sep 2007 17:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://pramatr.com/2007/09/26/yes-you-are-making-changes-but-that-doesnt-make-it-refactoring/#comment-66</guid>
		<description>Thanks for the comments, I&#039;ve updated the post to add a description of what refactoring is, along with the motivation for the post. Hopefully this will clarify my views.</description>
		<content:encoded><![CDATA[<p>Thanks for the comments, I&#8217;ve updated the post to add a description of what refactoring is, along with the motivation for the post. Hopefully this will clarify my views.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TrippleDES</title>
		<link>http://www.pramatr.com/blog/2008/09/26/yes-you-are-making-changes-but-that-doesnt-make-it-refactoring/comment-page-1/#comment-65</link>
		<dc:creator>TrippleDES</dc:creator>
		<pubDate>Fri, 28 Sep 2007 14:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://pramatr.com/2007/09/26/yes-you-are-making-changes-but-that-doesnt-make-it-refactoring/#comment-65</guid>
		<description>The article is an attempt to distinguish refactoring from basic code changing, its an interesting read but there is no mention of what can be classed as refactoring, so for those that dont know here&#039;s what i think refactoring is:Refactoring is cleaning up code in small increments, from wikipedia &lt;i&gt;&quot;In software engineering, refactoring a source code module often means modifying without changing its external behavior, and is sometimes informally referred to as &#039;cleaning it up&#039;&quot; &lt;/i&gt;I believe the concept is to continously improve the codes design. Its not directly about bug fixing but rather improving the code quality through refactoring implicitly leads to bug fixes.Code cutting, varibale renaming, moving code into appropriate places etc are but a few processes to refactoring.The result of refactoring? Better clean code, readable code, understandable code, easily extendible code, tested code, robust code, efficent code - And a few other things trailed with the word &#039;code&#039;.Hope that helps someone.</description>
		<content:encoded><![CDATA[<p>The article is an attempt to distinguish refactoring from basic code changing, its an interesting read but there is no mention of what can be classed as refactoring, so for those that dont know here&#8217;s what i think refactoring is:Refactoring is cleaning up code in small increments, from wikipedia <i>&#8220;In software engineering, refactoring a source code module often means modifying without changing its external behavior, and is sometimes informally referred to as &#8216;cleaning it up&#8217;&#8221; </i>I believe the concept is to continously improve the codes design. Its not directly about bug fixing but rather improving the code quality through refactoring implicitly leads to bug fixes.Code cutting, varibale renaming, moving code into appropriate places etc are but a few processes to refactoring.The result of refactoring? Better clean code, readable code, understandable code, easily extendible code, tested code, robust code, efficent code &#8211; And a few other things trailed with the word &#8216;code&#8217;.Hope that helps someone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
