Skip to content

Commit 8cc02f2

Browse files
ying.liuying.liu
authored andcommitted
add two working rules.
1 parent 1170c02 commit 8cc02f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

developer-working-guide.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,11 @@
8989
### 14. 所有 bug 都在代码库管理。
9090

9191
相关的讨论和解决方案都有历史记录。
92+
93+
### 15. 一次完成一个任务。
94+
95+
避免上下文切换带来高效率。完成一个好过三个完成半个。
96+
97+
### 16. 提倡异步通信。
98+
99+
程序员被打断一次平均需要 20 分钟才能恢复高效工作状态。尽量采用短信、邮件、代码库事件等异步通信方式沟通或约定面对面交流时间。

0 commit comments

Comments
 (0)