vote up 3 vote down star

Some of my coworkers happen to live on other continents, and every once in a while we need to have a quick chat over some code snippet. E-mail is too slow, code reviews are clumsy, as for Yahoo Messenger... this says it all:

Yahoo code snippet

My question is: what is a fast and easy way to share some small piece of code, possibly allowing real-time highlighting/editing ?

Anything will do - a program, a website, smoke signals, carrier pigeons... the easier, the better!

flag

7 Answers

vote up 0 vote down check

A collaborative editor like Gobby works nicely.

link|flag
Nice one! Thanks – Cristi Diaconescu Oct 20 '08 at 9:11
vote up 0 vote down

collabedit is a browser based collaborative source code editor.

Here's a demo http://collabedit.com/display?id=46786.

link|flag
vote up 0 vote down

Jeremy Cantrell's response led me (via google) to the Wikipedia page on collaborative real-time editors.

This is where you can find a comprehensive list of software products that serve the required purpose, along with some interesting explanations of the technical difficulties for implementing such software.

link|flag
vote up 2 vote down

Some sort of pastebin could be useful.

link|flag
vote up 0 vote down

although you have must likely thought of this but is it not possible to have a shared folder that you can all access and then be able to open the document in your preferred editor

or maybe look at a web based project management where you can all login in and share resources?

link|flag
vote up 2 vote down

You could just use Skype but turn off the emoticons (Options->Chats & SMS->Chat Appearance->Show Emoticons). It will not disrupt your formatting and if worse come to worse you could always just send the whole file. Some other IM clients offer this functionality as well but with mixed results. I would assume that tools like Miranda IM would allow you to turn off the emoticons and adjust the font to use a monospace one.

Alternatively you could use Wiki but it's some extra work and I would only advise it if the snippet has any particular value.

link|flag
vote up 0 vote down

Some sort of wiki, like trac. It has support for code highlighting. It's easy for others to look at later.

link|flag

Your Answer

Get an OpenID
or

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