Tagged Questions
0
votes
1answer
89 views
Commitment and estimating in XP
I have one question regarding commitment and estimating in XP.
So lets calculate commitment for team of 2 people
1 iteration == 2 weeks == 10 man days
Initial Capacity = 2 people * 10 man days = 20 ...
1
vote
0answers
102 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 ...
5
votes
0answers
301 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 ...
17
votes
6answers
818 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 ...
11
votes
7answers
400 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 ...
4
votes
9answers
2k 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 ...
7
votes
16answers
393 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 ...
30
votes
13answers
4k 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 ...
3
votes
8answers
410 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
6answers
393 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 ...