<?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: Simultaneous Fork	</title>
	<atom:link href="https://jessewarden.com/2006/02/simultaneous-fork.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2006/02/simultaneous-fork.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Tue, 23 Jan 2007 04:09:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Nick Griffiths		</title>
		<link>https://jessewarden.com/2006/02/simultaneous-fork.html/comment-page-1#comment-3317</link>

		<dc:creator><![CDATA[Nick Griffiths]]></dc:creator>
		<pubDate>Tue, 23 Jan 2007 04:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=965#comment-3317</guid>

					<description><![CDATA[We are going through this at the moment, and have developed a wee tool for as2 to as3 conversion to make it easier.  We are going to stick it up on osflash once we are happy with it.  You can track its progress on &lt;a href=&quot;http://www.spikefin.org&quot; rel=&quot;nofollow&quot;&gt;our blog&lt;/a&gt;


]]></description>
			<content:encoded><![CDATA[<p>We are going through this at the moment, and have developed a wee tool for as2 to as3 conversion to make it easier.  We are going to stick it up on osflash once we are happy with it.  You can track its progress on <a href="http://www.spikefin.org" rel="nofollow">our blog</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: darianr		</title>
		<link>https://jessewarden.com/2006/02/simultaneous-fork.html/comment-page-1#comment-3316</link>

		<dc:creator><![CDATA[darianr]]></dc:creator>
		<pubDate>Sat, 11 Feb 2006 08:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=965#comment-3316</guid>

					<description><![CDATA[There is no silver bullet.  We are doing precisely this with Subversion, we forked an .asp to .aspx and now we are stuck having to support both for the next couple of months.  They need to be identical in terms of methods, properties and output.  UML has kept it sane.  We&#039;ve tagged .ASP as the lead even though it will be abandoned in a few months.  Whatever we can do in ASP can be done in ASPX, but not the other way around -- lowest common denominator dictates we have to do the driving from ASP for now.]]></description>
			<content:encoded><![CDATA[<p>There is no silver bullet.  We are doing precisely this with Subversion, we forked an .asp to .aspx and now we are stuck having to support both for the next couple of months.  They need to be identical in terms of methods, properties and output.  UML has kept it sane.  We&#8217;ve tagged .ASP as the lead even though it will be abandoned in a few months.  Whatever we can do in ASP can be done in ASPX, but not the other way around &#8212; lowest common denominator dictates we have to do the driving from ASP for now.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2006/02/simultaneous-fork.html/comment-page-1#comment-3315</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Fri, 10 Feb 2006 19:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=965#comment-3315</guid>

					<description><![CDATA[I don&#039;t have a choice; I need to showcase AS2 and AS3 versions of a project together, so the code-bases for the most part have to match exactly.  Thus, taking a frozen (working) build of AS2 and converting to AS3 isn&#039;t bad at all.

What sucks is keeping track of changes from that point forward and keeping the builds in sync.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t have a choice; I need to showcase AS2 and AS3 versions of a project together, so the code-bases for the most part have to match exactly.  Thus, taking a frozen (working) build of AS2 and converting to AS3 isn&#8217;t bad at all.</p>
<p>What sucks is keeping track of changes from that point forward and keeping the builds in sync.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mike		</title>
		<link>https://jessewarden.com/2006/02/simultaneous-fork.html/comment-page-1#comment-3314</link>

		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Fri, 10 Feb 2006 19:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=965#comment-3314</guid>

					<description><![CDATA[reworking the old code always seems to take more time.. from Flash 5 to Flash 7, from AS1 to AS2, AS2 to AS3, etc.. it seems like it&#039;s faster to just start over with a clean slate then trying to kludge the old code into the new structure/syntax. .. we typically just freeze the old code base and it only gets bug fixes from that point forward.. use all that we&#039;ve learned from the previous version to create the new codebase.  and I try to make a clean break and work only in the new syntax.  Going back and forth between AS1 and AS2 for example makes it too easy to make mistakes.       my 2cents..]]></description>
			<content:encoded><![CDATA[<p>reworking the old code always seems to take more time.. from Flash 5 to Flash 7, from AS1 to AS2, AS2 to AS3, etc.. it seems like it&#8217;s faster to just start over with a clean slate then trying to kludge the old code into the new structure/syntax. .. we typically just freeze the old code base and it only gets bug fixes from that point forward.. use all that we&#8217;ve learned from the previous version to create the new codebase.  and I try to make a clean break and work only in the new syntax.  Going back and forth between AS1 and AS2 for example makes it too easy to make mistakes.       my 2cents..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick		</title>
		<link>https://jessewarden.com/2006/02/simultaneous-fork.html/comment-page-1#comment-3313</link>

		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Tue, 07 Feb 2006 23:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=965#comment-3313</guid>

					<description><![CDATA[No, but I will be very shortly.  I&#039;ll be interested to hear how you do it.  I think a freeze on our as2 code is going to be unlikely, so it&#039;s going to get interesting.]]></description>
			<content:encoded><![CDATA[<p>No, but I will be very shortly.  I&#8217;ll be interested to hear how you do it.  I think a freeze on our as2 code is going to be unlikely, so it&#8217;s going to get interesting.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
