Remote Pair Programming by any other name ....

By: Johnathon Wright on: October 01, 2009

I've tried pair programming remotely a few time recently. I think it's been beneficial, but the lag time is always an issue when you're using screen sharing and Skype. I finally found out that I was using the wrong keywords to look for what I wanted, which was a text-editor that enabled remote pair-programming. The search term that brought me the best results so far is 'collaborative real-time editor'

Here are the ones I'll be testing as soon as I find a willing victim .. uh .. partner.

"Gobby":http://gobby.0x539.de/ - can be served locally, but you'll need to open ports on your router "Collab":http://collab.netbeans.org/ - for netbeans, requires a server "Cola":http://vimeo.com/1195398 - for eclipse





Comments:

Just checking that you are human. What would be the result of this code?

a = 3*(4/2); b = 1; a+b

Back