<?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: Why version control?</title>
	<atom:link href="http://imprompt.us/2010/why-version-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://imprompt.us/2010/why-version-control/</link>
	<description>Computer Science and Teaching and Other Ancillary Things</description>
	<lastBuildDate>Sat, 24 Jul 2010 12:23:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Justin B</title>
		<link>http://imprompt.us/2010/why-version-control/comment-page-1/#comment-16803</link>
		<dc:creator>Justin B</dc:creator>
		<pubDate>Sun, 07 Feb 2010 21:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://imprompt.us/2010/why-version-control/#comment-16803</guid>
		<description>My coworkers don&#039;t seem to get the &quot;you can throw it all away&quot; concept.  Sometimes while wandering through code that is largely their responsibility, I find large blocks of long-dead code commented out.  While I&#039;m on this topic, they also leave disappointingly terse commit descriptions.  I&#039;ll admit I&#039;m the other extreme and leave small novels as my comments, but at least some random employee who may replace me 10 years down the line could theoretically understand why I did some crazy thing I did...</description>
		<content:encoded><![CDATA[<p>My coworkers don&#39;t seem to get the &#8220;you can throw it all away&#8221; concept.  Sometimes while wandering through code that is largely their responsibility, I find large blocks of long-dead code commented out.  While I&#39;m on this topic, they also leave disappointingly terse commit descriptions.  I&#39;ll admit I&#39;m the other extreme and leave small novels as my comments, but at least some random employee who may replace me 10 years down the line could theoretically understand why I did some crazy thing I did&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Stutzbach</title>
		<link>http://imprompt.us/2010/why-version-control/comment-page-1/#comment-16802</link>
		<dc:creator>Daniel Stutzbach</dc:creator>
		<pubDate>Sun, 07 Feb 2010 21:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://imprompt.us/2010/why-version-control/#comment-16802</guid>
		<description>Revision control systems are nice, but I often wish for an automatic version control system that worked on everything -- not just source code that I&#039;ve had the foresight to put under a revision control system.  This is one feature that VMS got right.  Any time you edited a file, it kept the old file around, too.&lt;br&gt;&lt;br&gt;In lieu of a proper revision control system for everything, I have daily incremental backups set up plus I have emacs configured to save all previous revisions of a file in a .backup/ folder.</description>
		<content:encoded><![CDATA[<p>Revision control systems are nice, but I often wish for an automatic version control system that worked on everything &#8212; not just source code that I&#39;ve had the foresight to put under a revision control system.  This is one feature that VMS got right.  Any time you edited a file, it kept the old file around, too.</p>
<p>In lieu of a proper revision control system for everything, I have daily incremental backups set up plus I have emacs configured to save all previous revisions of a file in a .backup/ folder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
