|
I've never used version control either. Tried it a few times but always got hacked off very quickly when I have to make yet another copy because I spotted a spelling error and corrected it.
I can see where it would have benefits for a group project, but when flying solo it just gets in the way.
I simply have myself organised to make a copy of the module or file I am working on, or when working with functions or classes I copy and paste the code block I am working and add a date & time to the function name so it no longer operates, should what I change fail to behave as expected, ... nothing lost but a small amount of time.
As, for a long time, I have never written code in monolithic "page sized" blocks as is the way that many webdevelopers seem to work where they have a page for a form, then another page to collect the data which I always found that a very stilted way to look at things, this approach suits the way that I work.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Last edited by chrishirst; 12-19-2011 at 05:58 AM..
|