<?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: Code Cosmetics With Komodo and vim</title>
	<atom:link href="http://fredericiana.com/2009/11/06/code-cosmetics-with-komodo-and-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://fredericiana.com/2009/11/06/code-cosmetics-with-komodo-and-vim/</link>
	<description>Open Source, The Web, And German-American Oddities</description>
	<lastBuildDate>Sat, 13 Mar 2010 07:43:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jean Pierre</title>
		<link>http://fredericiana.com/2009/11/06/code-cosmetics-with-komodo-and-vim/comment-page-1/#comment-240276</link>
		<dc:creator>Jean Pierre</dc:creator>
		<pubDate>Fri, 06 Nov 2009 21:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2445#comment-240276</guid>
		<description>&gt; people might `svn blame` you

Oh, I think I can handle that. ;-) The occasional being-blamed-for-code-you-didn&#039;t-break is less annoying than having to crawl through badly written, undocumented and buggy code every day.</description>
		<content:encoded><![CDATA[<p>&gt; people might `svn blame` you</p>
<p>Oh, I think I can handle that. <img src='http://fredericiana.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  The occasional being-blamed-for-code-you-didn&#8217;t-break is less annoying than having to crawl through badly written, undocumented and buggy code every day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://fredericiana.com/2009/11/06/code-cosmetics-with-komodo-and-vim/comment-page-1/#comment-240269</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 06 Nov 2009 20:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2445#comment-240269</guid>
		<description>Jeremy: Thanks, I didn&#039;t know that!

Jean Pierre: That&#039;s what I usually do, too. Though I make a patch with content first, then sneak in the format changes when getting a positive review and committing that. Either way works. Only disadvantage of &quot;sweeping&quot; files sometimes is, when something breaks, people might `svn blame` you and then decide that you broke it, because you fixed the format on that specific line. That&#039;s unfortunate.</description>
		<content:encoded><![CDATA[<p>Jeremy: Thanks, I didn&#8217;t know that!</p>
<p>Jean Pierre: That&#8217;s what I usually do, too. Though I make a patch with content first, then sneak in the format changes when getting a positive review and committing that. Either way works. Only disadvantage of &#8220;sweeping&#8221; files sometimes is, when something breaks, people might `svn blame` you and then decide that you broke it, because you fixed the format on that specific line. That&#8217;s unfortunate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Orem</title>
		<link>http://fredericiana.com/2009/11/06/code-cosmetics-with-komodo-and-vim/comment-page-1/#comment-240266</link>
		<dc:creator>Jeremy Orem</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2445#comment-240266</guid>
		<description>In vim you can also just do :retab.</description>
		<content:encoded><![CDATA[<p>In vim you can also just do :retab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean Pierre</title>
		<link>http://fredericiana.com/2009/11/06/code-cosmetics-with-komodo-and-vim/comment-page-1/#comment-240261</link>
		<dc:creator>Jean Pierre</dc:creator>
		<pubDate>Fri, 06 Nov 2009 17:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2445#comment-240261</guid>
		<description>In Eclipse, I use the &quot;Format Source&quot; feature for the same purpose.

In order to clean-up code and perform changes to the code base, we started to check in two revisions for the change: the first one if the code was heavily reformatted and the second one for the actual change.

That makes it easier for everyone from the team to track changes through diffs and does help us to clean up a bunch of ugly formatted legacy code.</description>
		<content:encoded><![CDATA[<p>In Eclipse, I use the &#8220;Format Source&#8221; feature for the same purpose.</p>
<p>In order to clean-up code and perform changes to the code base, we started to check in two revisions for the change: the first one if the code was heavily reformatted and the second one for the actual change.</p>
<p>That makes it easier for everyone from the team to track changes through diffs and does help us to clean up a bunch of ugly formatted legacy code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
