<?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: The joy of deleting code</title>
	<atom:link href="http://prettyprint.me/2009/10/02/the-joy-of-deleting-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://prettyprint.me/2009/10/02/the-joy-of-deleting-code/</link>
	<description>by Ran Tavory</description>
	<lastBuildDate>Mon, 01 Aug 2011 08:29:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: chen f</title>
		<link>http://prettyprint.me/2009/10/02/the-joy-of-deleting-code/comment-page-1/#comment-524</link>
		<dc:creator>chen f</dc:creator>
		<pubDate>Sun, 04 Apr 2010 17:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://prettyprint.me/?p=182#comment-524</guid>
		<description>It&#039;s true, however when deleting a code you must be 100% sure it is not needed. This usually the hardest part.</description>
		<content:encoded><![CDATA[<p>It&#8217;s true, however when deleting a code you must be 100% sure it is not needed. This usually the hardest part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F. Aquino</title>
		<link>http://prettyprint.me/2009/10/02/the-joy-of-deleting-code/comment-page-1/#comment-447</link>
		<dc:creator>F. Aquino</dc:creator>
		<pubDate>Tue, 23 Mar 2010 00:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://prettyprint.me/?p=182#comment-447</guid>
		<description>I&#039;ll DELETE to that!</description>
		<content:encoded><![CDATA[<p>I&#8217;ll DELETE to that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yossale</title>
		<link>http://prettyprint.me/2009/10/02/the-joy-of-deleting-code/comment-page-1/#comment-38</link>
		<dc:creator>Yossale</dc:creator>
		<pubDate>Sat, 21 Nov 2009 22:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://prettyprint.me/?p=182#comment-38</guid>
		<description>I&#039;ll drink to that! :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ll drink to that! <img src='http://prettyprint.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran</title>
		<link>http://prettyprint.me/2009/10/02/the-joy-of-deleting-code/comment-page-1/#comment-37</link>
		<dc:creator>Eran</dc:creator>
		<pubDate>Sat, 24 Oct 2009 14:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://prettyprint.me/?p=182#comment-37</guid>
		<description>LOL

Normally when I refactoring old code I find myself deleting about half of the code while maintaining the same functionality.

Has anyone noticed that it is usually a big pile of ugly static code that gets to be deleted?</description>
		<content:encoded><![CDATA[<p>LOL</p>
<p>Normally when I refactoring old code I find myself deleting about half of the code while maintaining the same functionality.</p>
<p>Has anyone noticed that it is usually a big pile of ugly static code that gets to be deleted?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Itay Maman</title>
		<link>http://prettyprint.me/2009/10/02/the-joy-of-deleting-code/comment-page-1/#comment-36</link>
		<dc:creator>Itay Maman</dc:creator>
		<pubDate>Sat, 03 Oct 2009 07:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://prettyprint.me/?p=182#comment-36</guid>
		<description>That&#039;s so true. Getting rid of code is joyful. Especially, if you&#039;re feeling that you&#039;re loosing control over your code, deleting redundant parts is a key step towards sanity.

A slight reservation. Deleting does not always imply that no bugs are introduced. Example: you delete code that eliminates duplicates from a list. Then you realize that somewhere else in your code you needed this list to have duplicates (because it needs to be synchronized with the a raw data or something). Thus, we should not take for granted the assumption that we cannot introduce bugs when we delete. I do agree, though, that when deleting code the chances of introducing bugs are quite slim.</description>
		<content:encoded><![CDATA[<p>That&#8217;s so true. Getting rid of code is joyful. Especially, if you&#8217;re feeling that you&#8217;re loosing control over your code, deleting redundant parts is a key step towards sanity.</p>
<p>A slight reservation. Deleting does not always imply that no bugs are introduced. Example: you delete code that eliminates duplicates from a list. Then you realize that somewhere else in your code you needed this list to have duplicates (because it needs to be synchronized with the a raw data or something). Thus, we should not take for granted the assumption that we cannot introduce bugs when we delete. I do agree, though, that when deleting code the chances of introducing bugs are quite slim.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

