<?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>Programmer Luddite &#187; source control</title>
	<atom:link href="https://programmerluddite.com/category/tools/source-control/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmerluddite.com</link>
	<description>The Blog of Barney Boisvert, Software Craftsman</description>
	<lastBuildDate>Tue, 26 Apr 2022 13:20:50 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>Branching and Refactoring</title>
		<link>https://programmerluddite.com/2012/06/branching-and-refactoring/</link>
		<comments>https://programmerluddite.com/2012/06/branching-and-refactoring/#comments</comments>
		<pubDate>Tue, 05 Jun 2012 15:37:22 +0000</pubDate>
		<dc:creator><![CDATA[barneyb]]></dc:creator>
				<category><![CDATA[source control]]></category>

		<guid isPermaLink="false">http://programmerluddite.com/?p=57</guid>
		<description><![CDATA[Mark Mandel made an interesting post about branching strategies when you have both feature development and refactoring to perform together.  Specifically, he&#8217;s wondering how best to ensure you don&#8217;t orphan the refactoring if you abandon the feature, since the refactoring &#8230; <a href="https://programmerluddite.com/2012/06/branching-and-refactoring/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Mark Mandel made an interesting <a href="http://www.compoundtheory.com/?action=displayPost&amp;ID=557">post about branching strategies</a> when you have both feature development and refactoring to perform together.  Specifically, he&#8217;s wondering how best to ensure you don&#8217;t orphan the refactoring if you abandon the feature, since the refactoring might be useful elsewhere.</p>
<p>I posted my comments, and you should too.  Effectively using your tools is vital to success in the software world, and no tool has more potential value (and potential pitfalls) than source control.</p>
<p>Everything you care about having around tomorrow should be stored in source control.  That obviously means your source code, but also includes your build/deploy scripts, editor/IDE config files, design documents, etc.</p>
]]></content:encoded>
			<wfw:commentRss>https://programmerluddite.com/2012/06/branching-and-refactoring/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
