Tagged Questions
-1
votes
2answers
447 views
Extreme Programming Dying?
Is Extreme Programming Dying? I've been reviewing my fellow students reports on extreme programming.(I am a student myself) Some students are claiming that extreme programming lacks in empirical ...
2
votes
1answer
133 views
Is extreme programming out of date?
I have stumbled across this graph and I wonder if someone would care to explain the results?
As you can see, extreme programming (XP) is practically uninterested and has almost disappeared from ...
5
votes
1answer
135 views
What is the difference from the push and pull development models?
I was reading Extreme Programming Explained, Second Edition and in the chapter 11 "The Theory of Constraints" the authors talk about the old and obsolete "push" development model and the XP way, the ...
1
vote
2answers
191 views
Scientific evaluation of programming methodologies [closed]
There are now a a variety of programming methodologies: Scrum, Extreme Programming, Kanban to just name a few. Most of them combine several more basic techniques (for example frequent iterations). ...
6
votes
5answers
486 views
“Release Early Release Often” for Android and iPhone Apps
I wanted to know the experiences others have about doing the Agile way of "Release Early, Release Often" with iPhone and Android Apps. Its not a problem with webapps as the update happens at the ...
4
votes
3answers
184 views
Developing scalable applications using Agile methods
Maybe someone can share from his experience about developing an application that is meant to scale big time where just throwing more money at better hardware isn't a realistic option using development ...
3
votes
3answers
145 views
Release Planning in Agile/Extreme Programming
I've been studying couple of books of how to exactly implement agile. I am confused about release planning.
Our application is a Insurance System consisting of different modules (Quoting, Policy ...
7
votes
4answers
199 views
How can I influence my team to become more agile
I consider myself an agile developer, I have set up CI in the last three teams I have worked with, and in my previous role worked in a style which revolved around writing failing tests before fixing ...
4
votes
3answers
155 views
How often should you change pairs?
In the company I'm currently working on, we've been doing pair programming for a while now.
In the current project, for the last couple of days, we've been trying to make our pair programming a little ...
3
votes
4answers
228 views
What are the best XP practices?
In "Extreme Programming Explained", Beck lists 13 "primary practices". They are:
Sit Together
Whole Team
Informative Workspace
Energized Work
Pair Programming
Stories
Weekly Cycle
Quarterly Cycle
...
5
votes
4answers
213 views
What modelling technique do you use for your continuous design?
Together with my teammates, I'm trying to self-learn XP and apply its principles.
We're successfully working in TDD and happily refactoring our code and design. However we're having problems with the ...
16
votes
6answers
624 views
How is Agile different from XP?
I read few articles on web to find out how Agile, XP, Scrum, pair programming are different from each other / related to each other and I derived the following line:
Scrum and XP are almost same. XP ...