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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Pair Programming Might Be Great

16 点作者 aria超过 14 年前

4 条评论

sp4rki超过 14 年前
I agree that pair programming has it's place and can be a positive workflow for some, but for the way I work I just find it extremely intrusive and I easily get a third of what I would get done. I'm a big advocate of peer reviews, but pair programming just takes me out of my workflow and impairs my creativity and performance.
parfe超过 14 年前
In my work environment I find "pair programming" to be useful the 5% of the time someone is working on a Hard Problem. Most time during the work day is UI tuning, debugging, and generic implementation of straightforward features.<p>Pair programming doesn't need to be a policy because it precipitates naturally out of someone asking for help on a Hard Problem. That 5% of the time you're working through a tasks key algorithm, or discovering the best User Interaction for a complex feature.<p>I find Pair Programming to be a important sounding label for something which is actually quite mundane. It's called working together™.<p>It's a waste of my time to sit and watch someone implement the 95% of software that is mundane.
评论 #2050305 未加载
levesque超过 14 年前
If you are paired with the right person I believe this has the potential to drive you forward and keep you motivated. I experienced pair programming when I was still studying.<p>We had a lot of team assignments and when I worked with my best friend, instead of splitting the work like most of the other students, we just sat both in front of one computer and went through all of it. The one guy writing the code is always getting double-checked by the other guy and that way you eliminate most of the little bugs that slip past your judgement when you code alone.<p>Certainly a most enjoyable method of programming, although whether it is an economically viable strategy I could not tell.
评论 #2050286 未加载
评论 #2050221 未加载
alimoeeny超过 14 年前
Like 10 years ago my best friend and I used to sit at the same computer and do the coding and UI design together! It was not all the time but it was a significant part of the day. We were developing mostly ASP pages and he was the UI designer and I was the backend coder and it made sense to go do our part then get together and merge them and then go back to do our part again. I really miss that time very very productive we were.