TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do people do remote pair programming?

1 点作者 jerrickhoang大约 12 年前
I am currently using skype/hangout screen sharing which sometimes can be really frustrating. Plus code don't synced (we have to constantly push-and-pull). So I'm curious how do people do remote pair programming? If there is no other alternative, are you interested in having something like google docs but for coding and sync with repo?

1 comment

bartonfink大约 12 年前
I've been remote pairing for a while, and either use a Google Hangout or an RDP connection depending on latency and pair preference. RDP allows both parties to control the host, but seems to have higher bandwidth requirements and can lead to some other confusion when pairing (e.g. moving the mouse in the RDP window by mistake). The Hangout doesn't allow for remote control, which I prefer (it makes pair responsibilities very clear), and further, seems to share a screen more clearly than RDP.<p>I would not recommend trying to constantly push-pull to keep code in sync when remote pairing: you're cluttering the hell out of your repo and making "good" commits much harder to see.