Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peng.Li committed Jan 28, 2015
1 parent f28df5f commit c395bc9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _posts/2015-01-26-2833-Scala与Java代码的区别(2).md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ System.out.println(team.getFirstMember());

---

## Workgrounds
## Workarounds

1. `NullObject` pattern
2. 编辑器的提示 (Idea)
Expand Down
37 changes: 35 additions & 2 deletions _posts/2015-01-26-2834-Pair神器 - Remote Pair Tool.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: slide
layout: post
id: 2834
alias: remote-pair-tool
tags: remote-pair
Expand Down Expand Up @@ -64,6 +64,33 @@ title: Pair神器 - Remote Pair Tool
3. 两个人可以同时输入,互不影响(更加自由)
4. 不同国家的人一起使用时,同步速度足够快

---

## 可能带给我们的变化

**提高工作效率**

- 坐在一起结对的两个人,由于使用各自电脑上更顺手的开发工具,可提高编码效率
- 相比共用一台电脑,两人可更加方便的并行探索

**异地团队**

- 同一个团队的人,既使不在同一个地方,也可以方便的结对
- 借助其它语音、视频工具,可做到足够好的交流,不需要再共处一地

---

**在家办公**

- 既然团队可异地,何不全都在家办公,只要网络够好
- 可节省上下班时间,不用挤公交,不用吸雾霾

**与客户结对做卡**

- 由于结对不方便,所以一张卡要么交给我们,要么由客户来做
- 现在可以与客户结对做卡,极大增强与客户的交流


---

## 当前市场上已有产品及问题
Expand Down Expand Up @@ -125,7 +152,13 @@ title: Pair神器 - Remote Pair Tool

---

## 工作流程: 单服务器 + 多客户端(编辑器)
## 架构:单服务器 + 多客户端(编辑器)

![0](/user_images/2834-0.png)

---

## 使用流程

- 首先要启动一个服务器(独立部署的,或者插件内嵌的),绑定某端口
- 每个人下载好代码(可放置于不同目录),尽量保证文件内容一致
Expand Down
Binary file added user_images/2834-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c395bc9

Please sign in to comment.