vote up 74 vote down star
23

This question may seem backwards to all logical reasoning, but I encountered a team member who was working on a side project out of the main tree, and had decided ( rephrased )

I'm the only developer, we don't need version control, that's stupid

Now personally, the idea horrifies me, and I can't for one justify it.

So now my stance is clear, I want some legitimate answers why somebody can excuse themselves from using version control. The default answers will of course be "there is no excuse".

Not what I want to see. If you can't see an excuse, then just don't post. ( Feel free to downmod excuses others post that are illegitimate/bad and give reasoning )

flag

88 Answers

1 2 3 next
vote up 540 vote down check

There are no good reasons not to use version control. Not one.

link|flag
23  
If you have ever made a mistake, you need version control. Otherwise, you can do without it. – Rory MacLeod Sep 25 '08 at 13:37
55  
Having worked on solo projects: I have met the enemy and he is me. – Alan Sep 26 '08 at 2:08
11  
Lets be pragmatic people. Plenty of code is written and maintained by non-professionals outside of source control (scientists for instance) and it works just fine. Different work environments have different emphasis on software best practices. – Brendan Nov 13 '08 at 17:54
11  
I don't understand, haven't you read the question !? "Default answer: no excuse! -> not what I want to hear". Sounds clear to me. This is a perfectly valid question for she who seeks to understand her fellow developpers even if they are unexperienced, immature or simply suck. I'll give you that the benefits of source control are blatantly obvious even for 1 and that the decision to use it should be a no brainer. But if you can't think of a single reason why people would be reluctant, even though mistakenly, then perhaps you should move some energy from dogmatism to empathy/listening skills. – Yann Semet Jun 17 at 8:30
5  
@Galwegian : I'm sorry, I don't mean this to be ad hominem. I agree with you from a technical standpoint as we pretty much all do I think. From a human resources standpoint however, I just hate it when we developpers, as group, tend to forget that programmers are people and therefore, as such, only boundedly rational. There are also other criteria for decision making than purely technical ones. Forgetting that in general, I believe, has huge consequences in terms of productivity and results in bad management. – Yann Semet Jun 17 at 8:38
show 13 more comments
vote up 6 vote down

No excuses. Even a single developer will benefit from having his/her code under version control.

link|flag
vote up 4 vote down

...maybe if they're holding a gun to your Dog's head?

But, then I think you have bigger problems.

link|flag
vote up 171 vote down

I can think of one:

I'm the only developer, we don't need version control, and I'm stupid

link|flag
5  
That was funny! LOL Sounded like something Homer Simpson would say. – hectorsosajr Sep 25 '08 at 10:39
1  
Thanks to everybody that voted up this silly answer for my first 'Great Answer' badge. =) – Sergio Acosta Mar 11 at 7:35
show 1 more comment
vote up 1 vote down

Your VCS system is a hassle to use. Too much trouble for this small project

link|flag
show 3 more comments
vote up 39 vote down

Visual SourceSafe ate my dog.

link|flag
3  
Not quite sure what this means, but its very funny. – Si Keep Sep 25 '08 at 10:43
show 6 more comments
vote up 17 vote down

Excuse:

A side project is a prototype/throw-away exercise so to see how a concept or idea works in code. The code won't be kept around after learning from it.

link|flag
2  
Key word, excuse. If I had a nickel for every time I could have saved myself several hours by looking at a "throw-away", I would have a lot of nickels. – Guvante Sep 25 '08 at 10:41
2  
I dont think ANY code is throw away code. Even if you dont use it, its a great learning experience to go back and look at that "throw away" code and see how you can do more with it. – Rob Cooper Sep 25 '08 at 10:55
1  
Here every code that was written as prototype or proof-of-concept is still running. For years. So I think there's no such thing as throw-away code. – ComSubVie Sep 25 '08 at 11:00
1  
That's actually not bad. As others have said if I had back all the throw-away code I've disposed of only to learn later on that I needed it. Ah, memories. . . . – Onorio Catenacci Sep 25 '08 at 12:28
2  
Have a sandbox repo! – BCS Sep 25 '08 at 17:48
show 4 more comments
vote up 4 vote down

I see only developer's personal gain of you being tied to him as he may be the only one to remember changes within versions.. if i got the question right ^^

link|flag
vote up 0 vote down

I'm too lazy to learn how to use it?

link|flag
vote up 27 vote down
  • It can give a false sense of security. Using a VCS does not imply that your data is safeguarded against system failures, because you need real backups for that.
  • For small toy projects the cost of learning a VCS may outweigh the benefits.
  • Introducing a VCS at a time when you're trying to meet a deadline introduces a risk of missed deadlines (however small it is).
link|flag
1  
No; the cost of not using source control outweighs the cost of using it - unless your source control system is so grotesquely unusable in which case, you need to use a different VCS. – Jonathan Leffler Apr 20 at 4:23
4  
And the risk of not using a VCS is that you won't meet your deadline because you couldn't revert to a better working version of the code after you screwed up some change because of the pressure of the impending deadline. – Jonathan Leffler Apr 20 at 4:24
2  
Oh my god. You get voted up for having the first honest attempt at an answer. – Beska Aug 13 at 13:33
show 1 more comment
vote up 15 vote down

My Dog Ate My Head?

That's about all I got? Since I told myself off for not using SCC at home (and losing all my previous code) I have NEVER looked back. I use it all the time, I check in all the time.

Why the hell would you not like to be able to:

  • Simplify backup of all your code?
  • Be able to mess with it more, knowing you can restore?
  • Realise that you completely borked some code and didn't notice and compare versions to see how you borked it?

All I got is "my dog ate my head".

link|flag
show 1 more comment
vote up 118 vote down

Excuse for not using source control:

"The only source control system I am allowed to use is Visual Source Safe."

link|flag
2  
Best answer !!!! – zaca Sep 25 '08 at 12:02
23  
As bad as SourceSafe is, its better than nothing. – Paul Batum Sep 25 '08 at 12:12
18  
Hmm. I can't believe I just defended SourceSafe. Somebody shoot me. – Paul Batum Sep 25 '08 at 12:12
4  
I'd rather rewrite ten years of code than use Source Safe! – Jrgns Sep 25 '08 at 20:06
3  
If somebody would force me to use VSS then I'd probably quit that job. On the other hand if they'd offer $1000000 I'd think about it some more. – rslite Oct 7 '08 at 11:40
show 13 more comments
vote up 0 vote down

i don't need to revert back, so i don't need version control !

link|flag
vote up 8 vote down

You don't want to know why you made a certain change 3 weeks ago because theres NO way you could ever want to be able to simply check the change log, and you love pain and misery and prefer to do things the old-school way, with comments and pages of commented code.

You also like modifying code and having bugs you fixed earlier come back, and you like not knowing why.

You like the sense of "mystery" and "excitement" it adds to your life.

link|flag
vote up -1 vote down

I use Apple's Time Machine and I work alone, so that works for me.

link|flag
show 5 more comments
vote up 2 vote down

If it is a one off thing which is going to be thrown out after an hour, I would not use a source control.

But unfortunately all one off things I am asked to do in my company magically turns around after a week and I am asked to fix something in the (lost?) code and make it a part of the project.

link|flag
show 2 more comments
vote up 39 vote down

Possible 'excuses':-

  1. "My code is buggy, unstructured, and unreadable. It's simply not worth trying to keep"

  2. "Management will understand if my project slips by six month because I accidentally deleted something I shouldn't. They do it all the time."

  3. "If I delete my 5000 line source file by mistake, chances are the total rewrite may be better than the original. Eventually."

Feel free to add your own...

link|flag
show 3 more comments
vote up 0 vote down

"There is no VCS on my iPhone/Blackberry/other small device/Apple ][, where I do all my development."

On the serious side, indeed, starting from scratch to learn to use such system can be hard, even more if delays are tight, but it is time well spent, like writing comments or making unit tests...

I admit it took to me some time to decide to learn to use SVN and to install it (I used other VCS at work, at least!). So either I did changes and sometime regretted not to be able to go back to a state where it worked; or I used primitive means like copying a state of a source in another directory or to some archive or to a name like MySource-1.1.c...
Kludges, of course, which bite later.

Of course, then, you have to discipline yourself and commit on important steps.

link|flag
show 1 more comment
vote up 5 vote down

There are two main parts of version control.

  1. Having backups of old versions of 'files'
  2. Being able to diff / merge / etc on various versions

For part 1 there is no excuse I can think of. Part 2 however, there are situations you can argue against it since the way in which you're coding renders it useless.

I for example spend four weeks on a project where 'code' was stored in a binary format such that you couldn't diff or merge or do any of that good stuff.

I also spend a much larger amount of time (shudder, I don't like to think about it) 'coding' on a project which was essentially configuration into a web application which pushed stuff into a DB we didn't control. No source control possible there either. Or backups of old files.

Oh, how fun that was..

link|flag
show 2 more comments
vote up -1 vote down

Security implications: I need to store passwords in my source code. Company policy forbids giving other employees (including other developers) the opportunity to read those passwords.

link|flag
2  
You already have more problems than not using vcs ... – Jim T Sep 25 '08 at 11:44
2  
Don't store passwords in your source code - that's a worse error than not using VCS – belugabob Sep 25 '08 at 11:46
show 1 more comment
vote up -1 vote down

I'm a professional programmer and I don't have to justify my working practices when they don't impact on anyone else.

link|flag
1  
If someone else owns your work product (or is an agent of an entity that owns your work product), they have a legitimate means to be concerned if your work practices take less than due care of preserving the product they pay for. – Charles Duffy Sep 25 '08 at 11:48
2  
Sorry, you can't have it both ways: Either you are a professional programmer (and therefore, your working practices have a significant impact on your code, which has a significant impact on your client), or your working practices don't have impact on anyone else (but writing code by yourself for yourself doesn't make you a professional programmer). – Piskvor May 29 at 18:47
show 1 more comment
vote up 2 vote down

To me this seems like repeating the same (very popular) topic as in:

Source control system for single developer

link|flag
vote up 0 vote down

excuse:

I don't have time to set up / learn how to use version control because I'm too busy to rewrite code that I accidentally deleted.

link|flag
vote up 0 vote down
  • Source control costs time and/or money which I (or manager) don't want to invest.
  • I had a bad experience with SourceSafe corrupting my files once.
  • There is no source control system which perfectly adapts to my needs.
link|flag
vote up -1 vote down

False security: If I delete my local source, assuming that it is in the SCC, and the server hosting the SSC crashes, the whole thing is gone.

link|flag
show 2 more comments
vote up 30 vote down

You hate your company and want to see them fail.

link|flag
1  
And your own reputation tarnished in the process? No, I think its time to quit.. – Kramii Jul 3 at 10:43
vote up 0 vote down

You hate your job and want to get fired.

Or maybe your company cannot fire you and they can only "let you go" which means severance package?

link|flag
vote up 0 vote down

You MUST always use source version control, specially if your are part of a team. Not in a million year should this be left out of any software development project!

link|flag
vote up 14 vote down

"I am the 'Pantless Prima Donna'! I need none of your mortal tools! I am infallible. Version control is only for people who expect to get it wrong the first time!" :-P

Dilbert

link|flag
vote up 84 vote down

The sense of danger gives my programming an edge

link|flag
5  
haaaaaaaaaaaaaaaaaaaaaaaaa – Sara Chipps Sep 25 '08 at 17:46
18  
I get enough sense of danger from the procrastination on Stack Overflow causing me to bump deadlines. – CindyH Sep 25 '08 at 22:59
show 1 more comment
1 2 3 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.