Link Details

Link 284533 thumbnail
User 410289 avatar

By CodeJustin
via cimgf.com
Published: Nov 09 2009 / 11:09

It’s common practice for any software project with multiple coders to use some version control mechanism. CVS or Subversion used to be popular. These days distributed systems like git and Mercurial are the quickly replacing the old standards. But what about the cases when you’re the only coder? Let me tell you. Whatever the initial setup cost, coding is much easier with version control than without it.
  • 45
  • 3
  • 2675
  • 1199

Comments

Add your comment
User 174509 avatar

philho replied ago:

2 votes Vote down Vote up Reply

Looks like common sense today, but I went the same route as this guy, making occasional copies of code or archives, wondering what I did, etc. Now, some years ago, VCS weren't very friendly, needing a server, etc. Today, you can use SVN on a single computer, or, better (IMHO), DVCS like Git, Mercurial or Bazaar (my final choice). They are easy to install, they don't get in the way, allow to synchronize computers (using a remote server/code host).
They might have a learning curve if you never used VCS, with some vocabulary/concepts to learn. But it is well worth the effort.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.