Pair Programming is an agile software development technique in which two programmers work together at one work station. **Important note:** Development methodology questions are off topic and should be directed to Software Engineering SE instead.
Questions tagged [pair-programming]
46 questions
2
votes
1 answer
emacs locks up under tmux when second user attaches to session
I recently started using the tmux/emacs combo and love it, but there's one thing I can't quite figure out.
My workflow typically starts on my desktop with sessions work and morning, with several emacs frames spread across seven tmux windows.
In the…

Steven Edwards
- 155
- 8
1
vote
0 answers
Is there an IDE or editor with remote pairing options that include indicators for other users?
I'm looking for a cross platform (Linux and Mac) remote pairing option that will allow users to see where the other users are working across open files and where they are in a specific file. I used gobby for this years ago but it's Linux specific. …

cmhobbs
- 2,469
- 3
- 24
- 30
1
vote
2 answers
using software metrics for measuring productivity of pair programming
what are the software metrics that can be used to measuring the performance of pair programming ?
to be clear
is there any metrics used to measure pair programming specifically and does not use to measure the individual programmer ? what are the…

Luna
- 11
- 2
1
vote
2 answers
What are the advantages of PEP or Cola? (Eclipse pairing plugins)
What are the advantages and disadvantages of PEP vs COLA as Eclipse pairing plugins?

hawkeye
- 34,745
- 30
- 150
- 304
1
vote
5 answers
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 the code writer's approval increase code quality in…

MathGladiator
- 1,201
- 1
- 10
- 24
0
votes
2 answers
How can I set up a "remote pair-coding" environment linux to linux?
I did some research on how to enable a pair-coding environment remotely so someone else on their MacOx/Linux box could view my screen (I code using vim + the rails plugin).
I read Evan Light's blog on his set up here, but I don't have an open source…

Satchel
- 16,414
- 23
- 106
- 192
0
votes
0 answers
Sharing localhost with Code With Me by JetBrains
I was trying to host a Code With Me session to build Angular app together. When I tried to forward ports there was only the TCP Protocol and I could not get it to get preview to show on his PC.
I would want to get the Angular preview to show on his…

bozgi
- 1
- 1
0
votes
1 answer
Error in nflfastR::calculate_expected_points(data) %>% dplyr::select(season, : could not find function "%>%"
which reason to prone this error anybody can helpout
Data analysis for NFL FAST R project.
0
votes
1 answer
Code with me plugin with running application locally
Is there a way to do that (run same application with host and test output with postman) or can you advise me if there are alternative ones ?

muhammed ozbilici
- 667
- 6
- 17
0
votes
2 answers
Git: fetch logs by specific author in case of pair programing
I need list of commits made by specific author when project is developed using pair programing approach.
Basically pivotal's script is used to define a pair:
git pair uo ut
Than commits have this kind of author:
User One & User Two…

Marek R
- 32,568
- 6
- 55
- 140
0
votes
6 answers
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 how long the task would take and then use pair…

Nick Zalutskiy
- 14,952
- 7
- 53
- 50
0
votes
3 answers
Any mental technique to quickly deduce the required ifs/elses in a program with A LOT of conditional logic?
Often in programming, it is a very common requirement that some piece of functionality will require a lot of conditional logic, but not quite enough to warrant a rules engine.
For example, testing a number is divisible by x but also a multiple of…

GurdeepS
- 65,107
- 109
- 251
- 387
0
votes
2 answers
Wave-vs.net Pair Programming for Visual C++ 2010 Express Edition
Is there a plugin for Visual Studio C++ 2008/2010 express edition just like wave-vs.net live pair programming program? Or do I have to download and install the full version of Visual Studio?

Peter
- 33
- 3
0
votes
1 answer
Is it possible to label one commit as done by two people on github?
When I am paring with one of my team mates, we use one computer, either his or mine.
But we both want to keep our github streak going.
So, is it possible to label one commit as done by two people on github?

Cui Pengfei 崔鹏飞
- 8,017
- 6
- 46
- 87
0
votes
1 answer
Server is down, is there an alternative server for ECF than ecftcp://ecf.eclipse.org:3282/
I was trying to setup up the Eclipse CollaborationFramework using the doc share plgin
I managed to connect the through google talk OK, but when I tried to create a collboration to share the workspace, on trying to connect to ther server I got a…

Craig Angus
- 22,784
- 18
- 55
- 63