extreme-programming Questions

17

Solved

We have a system that has some Bash scripts running besides Java code. Since we are trying to test everything that could possibly break, and those Bash scripts may break, we want to test them. The ...
Dragging asked 27/8, 2009 at 7:33

10

Solved

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 ...
Lectureship asked 19/5, 2009 at 13:8

7

Solved

The test driven development guys refer to a quick, exploratory, investigation that involves coding something up to see if it works, a spike. Any ideas why they came up with that word? Update: The...
Tenaille asked 30/10, 2008 at 12:14

7

Solved

I am from an XP background. I know the process very well and have solid working experience with it. I have found it to be the best way to develop software. I find myself in the position of ...
Argyll asked 11/11, 2009 at 11:19

6

Solved

We're usually 1-4 developers / art directors / copywriters on each project at my firm, what methodology would you recommend use to use? Agile? XP? Scrum? Something else? (I know they are all ...
Garrygarson asked 27/11, 2008 at 15:0

5

Solved

A few years ago I have worked on a green field project where we did Extreme Programming. I also see a lot of people mention the Scrum methodology. Could someone tell me the main differences ...
Friedrick asked 16/10, 2008 at 15:23

7

Solved

I am starting to work on a hobby project with a Python codebase and I would like to set up some form of continuous integration (i.e. running a battery of test-cases each time a check-in is made and...
Nexus asked 2/8, 2008 at 18:43

13

Solved

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. ...
Downtime asked 27/2, 2009 at 20:9

3

Solved

Are there any plugins/addons/website services which support good multi-programmer programming? Just like Google Documents supports having people concurrently edit a document, is there any such sim...
Lenticel asked 12/1, 2011 at 2:14

6

Solved

I'm a newbie to the Agile/TDD world and trying to get my head around some of the basics. This is related to the way I should go about implementing user stories. For e.g. lets assume I have b...
Catlett asked 9/9, 2010 at 19:26

16

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 co...
Impart asked 6/4, 2009 at 14:40

3

Solved

Should technical items such as "Upgrade sever from v1 to v2" or "Increase startup performance" or "Refactor login module to reduce code complexity" go in to the product backlog and if so how ...

4

Solved

When designing a back-end system, what granularity do you normally give your stories and tasks? Most examples of creating stories and tasks usually center around a GUI application with the ...
Filet asked 25/5, 2009 at 21:37

4

Solved

The Mythical Man-Month is now classic, but the "Surgical Team" methodology is still interesting. What methodology most closely resembles it or has the same essence? To summarize the Surgica...
Casmey asked 22/5, 2009 at 18:2

6

Solved

As I've increasingly absorbed Agile thinking into the way I work, yagni ("you aren't going to need it") seems to become more and more important. It seems to me to be one of the most effective...
Rearward asked 15/12, 2008 at 22:23
1

© 2022 - 2024 — McMap. All rights reserved.