View RSS Feed

WingedPanther

Collaboritive coding

Rate this Entry
by , 01-31-2010 at 05:09 PM (1253 Views)
Recently, in the course of doing some Beta-reading with my wife of some fanfiction stories, it became apparent that it would be really helpful if we could each add our comments at the same time, and independently.

Google Wave was the obvious tool for this. Unfortunately, loading it on dialup is a bit ridiculous. OK, it's a LOT ridiculous. Nice software, but the bloat is almost impossible to deal with.

After a little bit of research, I next tried AbiWord. It's a nice, full-featured text editor and would have been ideal. Unfortunately, the repositories on our respective computers resulted in me having version 2.6.6, and her having 2.8.1. The collaboration functions seem to be incompatible between the two versions.

Next, we tried gobby. Gobby is not a great editor for working on literature. It did the job, and was successful, but also struck me as great idea for working on source code. Since Gobby has syntax highlighting for various programming languages, it's got a lot of potential to allow quick coding and correction.

Which all makes me wonder, has anyone else done collaborative coding with tools like this?

Submit "Collaboritive coding" to Digg Submit "Collaboritive coding" to del.icio.us Submit "Collaboritive coding" to StumbleUpon Submit "Collaboritive coding" to Google

Tags: None Add / Edit Tags
Categories
Uncategorized

Comments

  1. ZekeDragon's Avatar
    I think that this has been an idea bubbling away in my mind for a while, I've even got a general idea as to how I'd build it. Guest and Orjan have also expressed interest in seeing a program like this developed, some sort of collaborative, real time source code editor. If I remember correctly, you were in the conversation with us on IRC.

    It has gotten to the point where I'm seriously considering opening up a repo to get started on this kind of project, even if it ultimately doesn't really go anywhere I'd really like the experience of giving it a try, and it would be a really awesome Free Software tool that you couldn't find in Closed Source development (up until they integrate it into the new Visual Studio).
  2. Guest's Avatar
    Gobby looks cool, I want to try it with someone.
  3. asafe's Avatar
    What are we waiting for?
  4. Davide's Avatar
    There is GIT you know, you could use that, that's what most developers use.