Questions tagged [extreme-programming]

QUESTIONS ABOUT SOFTWARE DEVELOPMENT METHODS AND PRACTICES OR PROJECT MANAGEMENT ARE OFF-TOPIC. Please consider Software Engineering or Project Management Stack Exchanges for these questions.

QUESTIONS ABOUT SOFTWARE DEVELOPMENT METHODS AND PRACTICES OR PROJECT MANAGEMENT ARE OFF-TOPIC. Please consider Software Engineering or Project Management Stack Exchanges for these questions.


46 questions
1
vote
2 answers

Does using Extreme Programming have a negative impact on your ability to win new customers?

I've recently been looking at Extreme Programming and wondering if it would be realistic to implement it where I work. My question is, if you're pitching to a potential new client and you tell them that you're using XP, and you explain what their…
Robert Dougan
  • 307
  • 5
  • 16
0
votes
0 answers

Error in optim(start, nllh, ..., method = method) : non-finite value supplied by optim

I am using the following code: Ozone<-Z Ozone LonLatAlt<-data.matrix(OzoneLotLatAlt_NSG1) LonLatAlt form.loc <- loc ~ Long + Lat + Alt form.scale <- scale ~ 1 form.shape <- shape ~ 1 dim(Ozone) dim(LonLatAlt) fit1 <-…
0
votes
0 answers

Open close principle and Collective ownership. Extreme Programming

Reading the Kent Beck's Extreme Programming book I stumbled upon the idea of Collective Ownership which is "Anyone can change any code anywhere in the system at any time." I see that Collective Ownership contradicts the OCP. But maybe I am mistaken.…
0
votes
3 answers

Is there a better way to view/interact with workitems in TFS?

I'm in the requirements/design phase of building an application. We're using VS 2008 and TFS. I have a bunch of scenarios, and related tasks. Some of the requirements have changed, and I would like to go through and see which tasks need to be…
Nathan DeWitt
  • 6,511
  • 8
  • 46
  • 66
0
votes
3 answers

How to manage time in Extreme Programming?

I am monitoring a competition where each sprint is scheduled to one hour interval. Each team member should have a count down c'lock on the screen, preferrably on terminal. The c'locks should lauch alarm after 45 minutes, 55 minutes and and 60…
Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697
0
votes
3 answers

Is it possible to apply eXtreme Programming for interfaces (protocols, APIs or frameworks)?

If you have to make several programs should depend on an interface (protocol, API or framework), is it possible to make the interface with XP (eXtreme Programming) style?
eonil
  • 83,476
  • 81
  • 317
  • 516
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

Errata in Extreme Programming Adventures in C#?

I'm trying to work my way through Ron Jeffries's Extreme Programming Adventures in C#. I am stuck, however, in Chapter 3 because the code does not, and cannot, do what the author says it does. Basically, the text says that I should be able to write…
EoRaptor013
  • 1,735
  • 4
  • 18
  • 31
0
votes
6 answers

Extreme Programming and clients

What type of client is likely to support XP (Extreme Programming) practices?
Aydya
  • 1,867
  • 3
  • 20
  • 22
0
votes
5 answers

Agile/XP and Layered approach

Can Agile/XP go together with layered approach? Should Agile/XP go together with layered approach? Breaking the source code into layers requires extra efforts and thereby increases the development-time significantly. N.B : By 'Layers' I mean…
user366312
  • 16,949
  • 65
  • 235
  • 452
0
votes
1 answer

how can i automate using mstest?

I really would like to achieve Test driven development using visual studio 2012. i want to run automated unittests using http://tfs.visualstudio.com as they offer a build server to run my test on. When i uploaded my code , all tests failed as they…
Rıfat Erdem Sahin
  • 1,738
  • 4
  • 29
  • 47
-1
votes
1 answer

What is the main difference between Agile Software Development & Extreme Programming?

Title has it. Just to have an idea, pointing to some good links with documentations are good enough.
Krunal
  • 2,967
  • 8
  • 45
  • 101
-1
votes
2 answers

Differences between (R)Unified Process And Extreme Programming

I've searched for at question like this and i dont think there are one. As the title says... I know there are huge differences between how to do things in (R)UP and in XP as a way of developing systems, but what are the really? I'm trying to write…
Anders Gerner
  • 775
  • 9
  • 27
-1
votes
1 answer

How do I run XPlanner+?

I've installed XPLanner+ from its website. The downloaded file is called: "xplanner-plus.war" I've extracted this file using 7-zip software. I get these file names in the folder…
-3
votes
5 answers

Extreme Programming

As developers and as professional engineers have you been exposed to the tenants of Extreme Programming as defined in the "version 1" by Kent Beck. Which of those 12 core principles do you feel you have been either allowed to practice or at least be…
TheONE