Tagged Questions
Pair Programming is an agile software development technique in which two programmers work together at one work station
105
votes
35answers
3k views
How to help a struggling newbie do a better job?
I have been the only developer and the de-facto "senior developer" on my company's flagship product for a while (a .NET WinForms app, but that is not related). Just recently, they brought in a ...
59
votes
28answers
3k views
Does pair programming work? [closed]
At our company, we the developers tried some methodologies to be more productive. One thing we could not try was Pair Programming. The reason is, that we are a small company and have only few ...
44
votes
31answers
2k views
Getting Started with Pair Programming [closed]
I found out yesterday that due to demands from the powers that be, I am being pulled from my current project to help out a colleague with some work.
Now, he is a great guy, and while it sucks I will ...
30
votes
23answers
2k views
Pair programming means double cost per developer. Is it worth that money?
Pair programming in Agile requires us to double the salary paid to single programmer. Of course with such approach the quality of the code is far cry better, bugs are found much earlier and so forth, ...
30
votes
37answers
4k views
What don't you like in Agile development?
What do you not like (or even hate) in Agile development? I mean SCRUM, XP or any other light process.
28
votes
15answers
3k views
Best editor for remote pair programming? [closed]
Do you know of an editor that allows two people to edit the same code simultaneously sitting at two different computers connected remotely?
This can be used for code review e.t.c
The platform could ...
28
votes
13answers
2k views
Pair Programming for a job interview [closed]
Our company has been thinking about scrapping our interview procedures and bringing each candidate in for a 4-5 hours sit-down with some of the programmers and just do some pair programming.
I like ...
23
votes
10answers
735 views
Can you pair program remotely?
We have a team of about 7 engineers, whom I supervise. We do not have a formal office where we all work. Instead, a handful are located outside of our city, while the rest of us are scattered around ...
20
votes
15answers
670 views
Does pair programming work when there is a skills impedance mismatch?
For example, can an experienced coder with limited C#.NET experience be successfully paired with an experienced C#.NET coder with the secondary aim of getting the former up to speed with C#.NET?
17
votes
7answers
476 views
Pair programming: How should the pairs be chosen? [closed]
This topic has been covered peripherally in bits and pieces in some of the other pair-programming questions, but I want to (a) consolidate this knowledge into a separate question, and, most ...
16
votes
7answers
391 views
Pros and Cons related to Pair Programming [closed]
Our company has gone through some changes and the new CIO wants to present a case to the other boss about pair programming.
I do not have any experience (zip, zero, zilch, nada) with pair programming ...
16
votes
6answers
662 views
How does your team work together in a remote setup?
we are a distributed team working on the object database db4o.
The way we work:
We try to program in pairs only.
We use Skype and VNC or SharedView to connect and work together.
In our online ...
16
votes
9answers
614 views
Pair Programming - Do you do it, and who chooses the pairs? [closed]
Pair programming appears to be a bit of a marmite topic. Personally I think it can be be a huge benefit if done correctly; but plenty of people, management especially, seem to see it as "wasting" a ...
15
votes
9answers
778 views
How to deal with pair programming issues? [closed]
Some members of the team are having problems programming together.
Different gender, different culture, different age. How to deal with those problems?
- Do not pair them together, or
- Pair them ...
12
votes
7answers
2k views
Remote Pair Programming in Visual Studio
Does anyone know of a Visual Studio add-in that allows remote pair programming in Visual Studio?
Something along the lines of SubEthaEdit, where all users can edit the same document, live, in ...
11
votes
13answers
2k views
A Good, Free screen sharing program for pair programming?
I am looking for a good, free (preferred) screen sharing program that works well for pair programming and code review sessions for Windows (Vista x64, Server 2008). It should allow either person take ...
10
votes
7answers
333 views
Is this type of continuous pair programming good?
I am working in a company where I am forced to do pair programming with a guy 6 years more experienced than me. At the same time we work on the same code, design, or some other problem, on the same ...
10
votes
12answers
870 views
Pair programming
I'm very curious, how popular in the world (and I know that the stackoverflow community comes from different parts of the world) is pair programming. Have you ever worked/are working/will work in a ...
9
votes
12answers
615 views
How to bring a new hire up to speed on an existing project?
My boss hired a new dev right out of CompSci onto a project with a fair amount of technical debt. It will be my task to get this guy up to speed and making a decent contribution ASAP. Any suggestions ...
7
votes
6answers
460 views
Pair programming tools that are not remote
I am currently in a job where we practice serious pair programming on windows machines. We both have a set of keyboards, mice, and we have two monitors, which works well for switching who's the driver ...
7
votes
16answers
339 views
Does Pair programming mean you don't need design documentation?
In pair programming, the experience of every member of the team can be spread to new member. This experience is always in sync with the code, because the "senior" of the pair knows how the code works ...
7
votes
12answers
2k views
What is a great tool for remote pair development?
I'm looking for something like VNC, but with some extra features:
The server should send only the part of the screen the client is looking at.
It would be great if we could have 2 mice on the ...
7
votes
6answers
1k views
Peer Reviews or Pair Programming, or Both?
Do you participate in code peer reviews or practice pair programming, or both?
Have you been able to demonstrate an increase in software quality using these practices?
What benefits and drawbacks ...
6
votes
6answers
1k views
Tools for Remote Pair Programming
Me and a friend are working on a side-project where most of the development is done with both of us sitting on the same machine. We will soon be based in different locations but would like to continue ...
6
votes
9answers
370 views
Pair Programming with an uneven number of team members?
Recently, we've come across an issue at work where if one person is working on some code by themselves, it seems to come out with the other team members looking at it and going "Huh? That's ugly, ...
5
votes
10answers
328 views
Information/knowledge flow within the team
I want to avoid the situations when my developers do not share the common knowledge (solutions for the problems they encountered, cool tips, common mistakes, shortcuts for achieving particular goal, ...
5
votes
9answers
313 views
How to encourage talking during pair programming?
During pair programming at our company, I'm the one who usually ends up talking the most. I usually think out loud my thought process. My partner sits in front of the computer and does the coding ...
4
votes
0answers
162 views
Real-time open-source team programming hangout site? [closed]
I sometimes want to write a program of general interest, but want to
work in real-time w/ someone else, just to make it easier, more
interesting, and not run into stumbling blocks (where I spend an ...
4
votes
2answers
208 views
Emacs collaborative buffers open in the wrong mode
I am using Emacs and Rudel to collaborate with a remote programmer. Rudel has a concept of published buffers. When my partner publishes a buffer, I can subscribe to it and the we can both edit it ...
4
votes
9answers
909 views
Test Driven Development and Pair Programming
I am on a team where i am trying to convince my teammates to adopt TDD (as i have seen it work in my previous team and the setup is similar). Also, my personal belief is that, at least in the ...
4
votes
5answers
320 views
What is pair programming?
This term seems to be quite in use in English-speaking communities. I'm curious what it is? Is it like two students code together on a single PC or what? Is this organization (whatever it is) is only ...
4
votes
5answers
274 views
If you pair program, do you still need a peer review?
I think in general Peer reviews are a very good part of development process, they often catch or question things which were not apparent when code was originally written and make you more self ...
4
votes
4answers
152 views
Adversarial/Naive Pairing with TDD: How effective is it?
A friend of mine was explaining how they do ping-pong pairing with TDD at his workplace and he said that they take an "adversarial" approach. That is, when the test writing person hands the keyboard ...
3
votes
5answers
302 views
Pair programming, mixed IDE environments?
Anyone got any experience of teams doing pair programming where there is a mixed IDE environment? I'm a long time IntelliJ user, others use Eclipse, which you may have heard of.
In my mind pair ...
3
votes
2answers
1k views
Where can I find the old “Developer Collaboration” plugin?
Once upon a time there is netbeans plugin called "Developer Collaboration" which allows you make remote pair programming.
Now, in Netbeans 6.7, there is no more this "Developer Collaboration" but ...
3
votes
4answers
300 views
Developer Collaboration Reality Check
Distributed Teams = Fact
Collaboration Infrastructure = SVN/CVS/HG + Ticket/Req-System + Wiki + Forum + Mailing List + xyz
This collaboration is more or less offline, the individual developers can ...
3
votes
4answers
567 views
Is there any IDE or Source Control System inspired by Google Docs collaborative mode?
Google Docs (formely Writely) has implemented a collaborative mode where 2 users can edit the same document at the same time. This idea could be extended to programming through:
A collaborative ...
3
votes
8answers
383 views
How to cope with slow feedback when pair programming?
I work in an Extreme Programming team, pair programming every day. Recently more and more often I get to do stuff that gives slow feedback, on order of 3 minutes. For example: change some thing, ...
2
votes
3answers
321 views
How to use make-frame-on-display and multi-tty in Emacs?
This page from the Emacs manual describes a function called make-frame-on-display that allows you to access a remote Emacs session. My interest in this function is to use it to share buffers for pair ...
2
votes
2answers
338 views
Remote Pair Programming in IntelliJ
Herabouts there's a move to have team members working from home.
Occasionally we would like to pair.
This is now difficult.
Any way of doing it in IntelliJ?
We're using versions 7 and 8, but ...
2
votes
2answers
211 views
Visual Studio 2008: Smoothly switch between Emacs and default keybindings
Is there any way in Visual Studio 2008 to smoothly switch between using Emacs keybindings and the default ones? I will soon be doing some pair programming and I need my Emacs keybindings to keep ...
2
votes
5answers
131 views
pair programming with comments
Over the years, I've discovered that green-programmers tend to read the comments rather than the code to debug issues.
Does having one person document the other person's code (and vice-versa) with ...
2
votes
6answers
742 views
Good second keyboard/mouse for pair programming?
I'm looking for a second input device to attach to workstations used for pair programming. I'm not looking to multi-input (two people typing at the same time), but just the ability for the second ...
2
votes
6answers
329 views
How to estimate while pair programming
Reading the XP book, I have a condtradiction in my mind that I cant address and am wondering if you guys can help.
XP says write stories on index cards, assign those to a developer, have her estimate ...
1
vote
0answers
43 views
Pair programming in agile development environments [closed]
I was wondering how many of you make use of pair programming on a daily basis. It seems that some developers like to adhere very strictly to pair programming in all development work. Others find that ...
1
vote
1answer
223 views
Visual Studio plugin to work with Google Docs
I was hoping to find a plugin(or a way) to Visual Studio 2008/2010 that captures real time changes in the current code file and apply it on a Google Docs online document..
That is because I need a ...
1
vote
3answers
257 views
Pair Programming with Qwerty and Dvorak keyboard layouts
Is it possible to plug in 2 keyboards and have one with Dvorak layout and the other with QWERTY layout? (On OSX)
1
vote
4answers
238 views
pair programming and solo developer
I'm looking for information, articles, sites, or opinions on what are the benefits and the weaknesses of both:
pair programming
solo programming (single developer)
Why we use agile methodologies ...
1
vote
1answer
188 views
Visual Studio plugin to show keys pressed
My team is beginning to embrace pair programming and some of us are more familiar with Resharper (and other productivity tools) than others. I was watching a DNR TV episode with Mark Miller and there ...
1
vote
6answers
586 views
What would be a good pair programming set up using Macs?
If you were setting up a pair programming station what hardware, software and furniture would you include?
Two assumptions; it would use Macs and be as inexpensive as possible.