Why » History » Version 29

Chris Cannam, 2011-11-30 09:01 PM

1 1 Chris Cannam
h1. Why should I use code.soundsoftware.ac.uk?
2 2 Chris Cannam
3 7 Chris Cannam
h2. I'm happy keeping my research code on my own computer!
4 3 Chris Cannam
5 13 Chris Cannam
_Why should I use some website to manage it?_
6 2 Chris Cannam
7 10 Chris Cannam
 * *Version control* helps with history tracking and shared working
8 5 Chris Cannam
9 6 Chris Cannam
"See this article":http://soundsoftware.ac.uk/why-version-control for more about why using a proper version control system is a good idea that will make your day-to-day work easier and less stressful.
10 5 Chris Cannam
11 12 Chris Cannam
"Watch these videos":http://easyhg.org/videos.html to get an impression of how straightforward it is to use a version control system: the small amount of time you spend getting started is very quickly recovered as time saved keeping track of your code, even for the smallest and simplest projects.  And you can start using version control easily even for code you are already working on.
12 1 Chris Cannam
13 9 Chris Cannam
 * *A collaborative environment* helps you work on code and papers with colleagues
14 8 Chris Cannam
15 1 Chris Cannam
You can set up a private project on this site and then add to it any colleagues at your own or other institutions that you want to work with. This is helpful not just for software but for working on papers in text formats like LaTeX as well.
16 10 Chris Cannam
17 10 Chris Cannam
And even if it's just you working on the same software on more than one computer, it helps to have a shared server to manage your code on.
18 11 Chris Cannam
19 11 Chris Cannam
 * *Project management facilities* make it easier to keep track of all the things you have to do
20 11 Chris Cannam
21 11 Chris Cannam
With every project on this site you can switch on a number of optional modules.  That includes a wiki, a shared editing environment for developing ideas with others and publishing them easily (the page you're reading now is part of a normal project wiki), issue trackers, a calendar and a space for attaching files to download such as software builds or accompanying data.
22 14 Chris Cannam
23 14 Chris Cannam
h2. Aren't there loads of other sites that do this?
24 14 Chris Cannam
25 21 Chris Cannam
_Why don't I just use "GitHub":http://github.com, "SourceForge":http://sourceforge.net, "Bitbucket":http://bitbucket.org, "CodePlex":http://codeplex.com, "Google Code":http://code.google.com or something similar?_
26 1 Chris Cannam
27 22 Chris Cannam
 * *You should!* If your institutional policies allow it, your supervisor is OK with it, and it suits the project you're working on, then using a site like these to host your code is a great idea.
28 19 Chris Cannam
29 26 Chris Cannam
 * *But...* these sites are usually aimed at either free open-source software, or proprietary companies that will pay for hosting.
30 26 Chris Cannam
31 27 Chris Cannam
They don't cover the middle ground very well: "not public yet, though it might be public at some point, but in the meantime a few colleagues ought to be able to work on it with me".  We handle that sort of thing fine: as soon as you register here, you can create any number of private projects and share them with selected other researchers -- as well as making public projects, or turning private projects into public ones later.
32 26 Chris Cannam
33 26 Chris Cannam
Do take a closer look at these third-party services, though, as you may find they have options that are suitable.
34 28 Chris Cannam
35 29 Chris Cannam
 * *And we understand your work better*.  The users of this site are researchers like you, in a related field.  Because we know what subject area we cover, we can provide dedicated facilities (such as the ability to "list publications alongside software":https://code.soundsoftware.ac.uk/news/6) and we will always be receptive to any problems you might encounter.