4
TsiTMC
8y

Remembering of when I first learnt about the importance of version control.

There I was, working in Visual Studio, laptop unplugged; the laptop suddenly shuts down - battery dead. Not too worried, might just have to rewrite a few lines I had not saved. Restart the machine, open VS, the file I was working on now contains strange characters - totally damaged.

Google for help, find a question on stackoverflow with the same issue (comforting moment). The answer I get:

"First question, why wasn't your code on source control?"

Comments
  • 2
    the first question you should get: where is the damn backup?! :P Backing up stuff at least on some ftp is way more important than using SC locally ^^
  • 2
    Visual Studio Team Services is a better choice, and it's free for up to a certain number of users!
  • 1
    @KeyWeeUsr true, external backup is best. I use Bitbucket now.
  • 0
    Backup and you will never have to worry. Remember, test the backups.
Add Comment