Difference between revisions of "2008 Refactor Project"

From VDrift
Jump to: navigation, search
(New page: ==Overview== Hacking on VDrift has been getting harder and harder. Each new feature that is added requires more work and makes it that much more difficult to add the next feature. So, a ma...)
 
m (9 revisions: Import from old wiki (on 15 May 2012))
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
==Overview==
 
==Overview==
Hacking on VDrift has been getting harder and harder. Each new feature that is added requires more work and makes it that much more difficult to add the next feature. So, a major code refactor/rewrite was begun in April 2008.  One side effect of this effort is that any new bugs or feature suggestions will be put in the issues system as future "to do" items and probably won't be addressed until after the refactor is complete.
+
Hacking on VDrift was getting harder and harder. Each new feature that was added required more work and made it that much more difficult to add the next feature. So, a major code refactor/rewrite was begun in April 2008.  One side effect of this effort was that any new bugs or feature suggestions were put in the issues system as future "to do" items.
  
==Trying out the refactor==
+
==Status==
The refactor uses the same data repository, so use the existing information on [[Getting_the_development_version#Checking_out_the_data|checking out the data]]. If you have already checked out the data, simply update from SVN to ensure you're up to date.
+
The refactor was deemed "complete enough" and moved into the trunk on 10/21/08! The old trunk code was moved to:
 +
http://svn.vdrift.net/repos/vdrift/tags/oldtrunk
  
Use the normal SVN checkout procedure as explained in [[Getting_the_development_version]], but use the following SVN path for the code:
+
[[Category:Historical]]
http://svn.vdrift.net/repos/vdrift/branches/refactor2008
 

Latest revision as of 10:18, 26 August 2012

Overview

Hacking on VDrift was getting harder and harder. Each new feature that was added required more work and made it that much more difficult to add the next feature. So, a major code refactor/rewrite was begun in April 2008. One side effect of this effort was that any new bugs or feature suggestions were put in the issues system as future "to do" items.

Status

The refactor was deemed "complete enough" and moved into the trunk on 10/21/08! The old trunk code was moved to:

http://svn.vdrift.net/repos/vdrift/tags/oldtrunk