Extreme Programming

Extreme Programming

Extreme Programming (or XP) is a software engineering methodology (and a form of agile software development) "Human Centred Technology Workshop 2005", 2005, PDF webpage: [ftp://ftp.informatics.sussex.ac.uk/pub/reports/csrp/csrp585.pdf Informatics-UK-report-cdrp585] .] prescribing a set of daily stakeholder practices that embody and encourage particular XP values (below). Proponents believe that exercising these practices—traditional software engineering practices taken to so-called "extreme" levels—leads to a development process that is more responsive to customer needs ("agile") than traditional methods, while creating software of better quality. "Design Patterns and Refactoring", University of Pennsylvania, 2003, webpage: [http://www.cis.upenn.edu/~matuszek/cit591-2003/Lectures/49-design-patterns.ppt UPenn-Lectures-design-patterns] .] "Extreme Programming" (lecture paper), USFCA.edu, webpage: [http://www.cs.usfca.edu/~parrt/course/601/lectures/xp.html USFCA-edu-601-lecture] .] "Manifesto for Agile Software Development", Agile Alliance, 2001, webpage: [http://agilemanifesto.org/ Manifesto-for-Agile-Software-Dev] ]

Proponents of Extreme Programming and agile methodologies in general regard ongoing changes to requirements as a natural, inescapable and desirable aspect of software development projects; they believe that adaptability to changing requirements at any point during the project life is a more realistic and better approach than attempting to define all requirements at the beginning of a project and then expending effort to control changes to the requirements.

However, XP has been noted for several potential drawbacks, as compared to more document-based methodologies, including problems with unstable requirements, no documented compromises of user conflicts, and lack of an overall design spec or document ("see below: Controversial aspects").

History

Extreme Programming was created by Kent Beck during his work on the Chrysler Comprehensive Compensation System (C3) payroll project. Beck became the C3 project leader in March 1996 and began to refine the development method used in the project and wrote a book on the method (in October 1999, "Extreme Programming Explained" was published). "Extreme Programming", "Computerworld" (online), December 2001, webpage: [http://www.computerworld.com/softwaretopics/software/appdev/story/0,10801,66192,00.html Computerworld-appdev-92] .] Chrysler cancelled the C3 project in February 2000Fact|date=January 2008.

Although Extreme Programming itself is relatively new, many of its practices have been around for some time; the methodology, after all, takes "best practices" to extreme levels. For example, the "practice of test-first development, planning and writing tests before each micro-increment" was used as early as NASA's Project Mercury, in the early 1960s Harvard citation | Larman | 2003. Refactoring, modularity, bottom-up and incremental design were described by Leo Brodie in his book published in 1984 [*cite book | last=Brodie | first=Leo | coauthors= | editor= | others= | title=Thinking Forth | origdate= | origyear= | origmonth= | url=http://thinking-forth.sourceforge.net | format=paperback | accessdate=2006-06-19 | accessyear= | accessmonth= | edition= | date= | year=1984 | month= | publisher=Prentice-Hall | location= | id=ISBN 0-13-917568-7 | pages= | chapter= | chapterurl= ] .

Origins

Most software development in the 1990s was shaped by two major influences: internally, object-oriented programming replaced procedural programming as the programming paradigm favored by some in the industry; externally, the rise of the Internet and the dot-com boom emphasized speed-to-market and company-growth as competitive business factors. Rapidly-changing requirements demanded shorter product life-cycles, and were often incompatible with traditional methods of software development.

The Chrysler Comprehensive Compensation project was started in order to determine the best way to use object technologies, using the payroll systems at Chrysler as the object of research, with Smalltalk as the language and GemStone as the data access layer. They brought in Kent Beck, a prominent Smalltalk practitioner, to do performance tuning on the system, but his role expanded as he noted several issues they were having with their development process. He took this opportunity to propose and implement some changes in their practices based on his work with his frequent collaborator, Ward Cunningham.

:"The first time I was asked to lead a team, I asked them to do a little bit of the things I thought were sensible, like testing and reviews. The second time there was a lot more on the line. I thought, "Damn the torpedoes, at least this will make a good article," [and] asked the team to crank up all the knobs to 10 on the things I thought were essential and leave out everything else." — [http://www.informit.com/articles/article.aspx?p=20972 Kent Beck]

Beck invited Ron Jeffries to the project to help develop and refine these methods. Jeffries thereafter acted as a coach to instill the practices as habits in the C3 team.

Information about the principles and practices behind XP was disseminated to the wider world through discussions on the original Wiki, Cunningham's WikiWikiWeb. Various contributors discussed and expanded upon the ideas, and some spin-off methodologies resulted (see agile software development). Also, XP concepts have been explained, for several years, using a hyper-text system map on the XP website at "www.extremeprogramming.org" circa 1999 (website [http://www.extremeprogramming.org XPorg] ).

Beck edited a series of books on XP, beginning with his own "Extreme Programming Explained (1999, ISBN 0-201-61641-6)", spreading his ideas to a much larger, yet very receptive, audience. Authors in the series went through various aspects attending XP and its practices, even a book critical of the practices.

Current state

XP created quite a buzz in the late 1990s and early 2000s, seeing adoption in a number of environments radically different from its origins.

The high discipline required by the original practices often went by the wayside, causing some of these practices that were thought too rigid to be deprecated or left undone on individual sites. Agile development practices have not stood still, and XP is still evolving, assimilating more lessons from experiences in the field. In the second edition of "Extreme Programming Explained", Beck added more values and practices and differentiated between primary and corollary practices.

Goal of XP

"Extreme Programming Explained" describes Extreme Programming as being:

* An attempt to reconcile humanity and productivity
* A mechanism for social change
* A path to improvement
* A style of development
* A software development discipline

The main aim of XP is to reduce the cost of change. In traditional system development methods (such as SSADM) the requirements for the system are determined at the beginning of the development project and often fixed from that point on. This means that the cost of changing the requirements at a later stage (a common feature of software engineering projects) will be high.

XP sets out to reduce the cost of change by introducing basic values, principles and practices. By applying XP, a system development project should be more flexible with respect to changes.

XP values

Extreme Programming initially recognized four values in 1999. A new value was added in the second edition of "Extreme Programming Explained". The five values are:

*Communication
*Simplicity
*Feedback
*Courage
*Respect

Communication

Building software systems requires communicating system requirements to the developers of the system. In formal software development methodologies, this task is accomplished through documentation. Extreme Programming techniques can be viewed as methods for rapidly building and disseminating institutional knowledge among members of a development team. The goal is to give all developers a shared view of the system which matches the view held by the users of the system. To this end, Extreme Programming favors simple designs, common metaphors, collaboration of users and programmers, frequent verbal communication, and feedback.

implicity

Extreme Programming encourages starting with the simplest solution. Extra functionality can then be added later. The difference between this approach and more conventional system development methods is the focus on designing and coding for the needs of today instead of those of tomorrow, next week, or next month. Proponents of XP acknowledge the disadvantage that this can sometimes entail more effort tomorrow to change the system; their claim is that this is more than compensated for by the advantage of not investing in possible future requirements that might change before they become relevant. Coding and designing for uncertain future requirements implies the risk of spending resources on something that might not be needed. Related to the "communication" value, simplicity in design and coding should improve the quality of communication. A simple design with very simple code could be easily understood by most programmers in the team.

Feedback

Within Extreme Programming, feedback relates to different dimensions of the system development:
*Feedback from the system: by writing unit tests, or running periodic integration tests, the programmers have direct feedback from the state of the system after implementing changes.
*Feedback from the customer: The functional tests (aka acceptance tests) are written by the customer and the testers. They will get concrete feedback about the current state of their system. This review is planned once in every two or three weeks so the customer can easily steer the development.
*Feedback from the team: When customers come up with new requirements in the planning game the team directly gives an estimation of the time that it will take to implement.

Feedback is closely related to communication and simplicity. Flaws in the system are easily communicated by writing a unit test that proves a certain piece of code will break. The direct feedback from the system tells programmers to recode this part. A customer is able to test the system periodically according to the functional requirements, known as "user stories". To quote Kent Beck, "Optimism is an occupational hazard of programming, feedback is the treatment."Fact|date=June 2007

Courage

Several practices embody courage. One is the commandment to always design and code for today and not for tomorrow. This is an effort to avoid getting bogged down in design and requiring a lot of effort to implement anything else. Courage enables developers to feel comfortable with refactoring their code when necessary. This means reviewing the existing system and modifying it so that future changes can be implemented more easily. Another example of courage is knowing when to throw code away: courage to remove source code that is obsolete, no matter how much effort was used to create that source code.Also, courage means persistence: A programmer might be stuck on a complex problem for an entire day, then solve the problem quickly the next day, if only they are persistent.

Respect

The respect value manifests in several ways. In Extreme Programming, team members respect each other because programmers should never commit changes that break compilation, that make existing unit-tests fail, or that otherwise delay the work of their peers. Members respect their work by always striving for high quality and seeking for the best design for the solution at hand through refactoring.

Adopting four earlier values led to respect gained from others in team. Nobody on the team should feel unappreciated or ignored. This ensures high level of motivation and encourages loyalty toward the team, and the goal of the project. This value is very dependent upon the other values, and is very much oriented toward people in a team.

XP Rules

The first version of XP rules was proposed by [http://www.rolemodelsoftware.com/moreAboutUs/publications/rulesOfXp.php Ken Auer] in XP/Agile Universe 2003. In short, he said: XP's values make it agile. XP's practices do not define XP; XP is defined by its rules. Because defining XP by the practices has at least two problems:


*Some practices are fuzzy in definition.
*It's commonly understood we can be doing XP without doing all of the practices.
He finally concluded that we should not define XP merely by its values or its practices. We should define XP by its rules. Ken Auer in his version of XP Rules defined two categories of rules in"Rules of Engagement" which dictate the environment in which software development can take place effectively. They then discuss the "Rules of Play" which define the minute-by-minute activities and rules within the framework of the Rules of Engagement.
1. The Rules of Play are what make XP unique.2. Following the Rules of Play is Extreme Programming.3. Following the Rules of Play and the Rules of Engagement is Extreme Software Development.

After [http://www.rolemodelsoftware.com/moreAboutUs/publications/rulesOfXp.php Ken Auer] , in APSO workshop at ICSE 2008 Conference, [http://portal.acm.org/citation.cfm?id=1370143.1370149&coll=ACM&dl=ACM&CFID=69442744&CFTOKEN=96226775, Mehdi Mirakhorli] proposed the new version of XP Rules, he had provided some changes in the first version of XP Rules. Because he believed that the rules must satisfy the essence of agility and XP. When you choose rules for defining XP, you should be independent of any practices as much as possible. With regard to Ken’s results and according to his experiences he propose a more precise and comprehensive definition for the rules of engagement and play.

Rules of Engagement

In [http://portal.acm.org/citation.cfm?id=1370143.1370149&coll=ACM&dl=ACM&CFID=69442744&CFTOKEN=96226775, Mehdi Mirakhorli] literature "Rules of Engagement" are those that make you agile, these rules are similar to [http://agilemanifesto.org/principles.html agile principles] :

Business people and developers Joint work

*Business people and developers must work together daily throughout the project

Our highest priority is customer satisfaction

*The customer must set and continuously adjust the objectives and priorities based on estimates and other information provided by the developers or other members of the team. Objectives are defined in terms of what not how.

Deliver working software frequently

*Deliver working software frequently, from a couple of weeks to a couple of months, with a preference to the shorter time scale (Timeboxing).

Working software

*Working software is the primary measure of progress

Global Awareness

*At any point, any member of the team must be able to measure the team’s progress towards the customer’s objectives and the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly.

The team must act as an Effective Social Network

this means

*Honest communication leading to continuous learning and an emphasis on person-to-person interaction, rather than documentation.
*Minimal degrees of separation from what is needed by the team to make progress and the people/resources that can meet those needs.
*Alignment of authority and responsibility.

Rules of play

"Rules of play" that make XP unique are defined below these rules are based on XP’s values (Communication, Simplicity, Feedback, Courage)

Continuous Testing

*Work produced must be continuously validated through testing.

Clearness and quality of codes

*All codes written for potential use in the software product must clearly express every concept and have clarity, contain(s) no duplication and no superfluous parts and pass all the unit tests.

Common Vocabulary

*There is a sketch of the product guide all development with a simple shared story of how the whole system works. So everyone involved could grasp the essence of the project in a term universally understood.

Everybody has the authority

*Everybody has the authority and at least two people have the understanding necessary to do any task

Principles

The principles that form the basis of XP are based on the values just described and are intended to foster decisions in a system development project. The principles are intended to be more concrete than the values and more easily translated to guidance in a practical situation.

Extreme Programming sees feedback as most useful if it is done rapidly and expresses that the time between an action and its feedback is critical to learning and making changes. Unlike traditional system development methods, contact with the customer occurs in more frequent iterations. The customer has clear insight into the system that is being developed. He or she can give feedback and steer the development as needed.

Unit tests also contribute to the rapid feedback principle. When writing code, the unit test provides direct feedback as to how the system reacts to the changes one has made. If, for instance, the changes affect a part of the system that is not in the scope of the programmer who made them, that programmer will not notice the flaw. There is a large chance that this bug will appear when the system is in production.

Assuming simplicity is about treating every problem as if its solution were "extremely simple". Traditional system development methods say to plan for the future and to code for reusability. Extreme programming rejects these ideas.

The advocates of Extreme Programming say that making big changes all at once does not work. Extreme Programming applies incremental changes: for example, a system might have small releases every three weeks. By making many little steps the customer has more control over the development process and the system that is being developed.

The principle of embracing change is about not working against changes but embracing them. For instance, if at one of the iterative meetings it appears that the customer's requirements have changed dramatically, programmers are to embrace this and plan the new requirements for the next iteration.

Activities

XP describes four basic activities that are performed within the software development process.

Coding

The advocates of XP argue that the only truly important product of the system development process is code (a concept to which they give a somewhat broader definition than might be given by others). Without code you have nothing.

Coding can be drawing diagrams that will generate code, scripting a web-based system or coding a program that needs to be compiled.

Coding can also be used to figure out the most suitable solution. For instance, XP would advocate that faced with several alternatives for a programming problem, one should simply code all solutions and determine with automated tests (discussed in the next section) which solution is most suitable.

Coding can also help to communicate thoughts about programming problems. A programmer dealing with a complex programming problem and finding it hard to explain the solution to fellow programmers might code it and use the code to demonstrate what he or she means. Code, say the exponents of this position, is always clear and concise and cannot be interpreted in more than one way. Other programmers can give feedback on this code by also coding their thoughts.

Testing

One cannot be certain of anything unless one has tested it. Testing is not a perceived, primary need for the customer. A lot of software is shipped without proper testing and still works.In software development, XP says this means that one cannot be certain that a function works unless one tests it. This raises the question of defining what one can be uncertain about.

*You can be uncertain whether what you coded is what you meant. To test this uncertainty, XP uses Unit Tests. These are automated tests that test the code. The programmer will try to write as many tests he or she can think of that might break the code he or she is writing; if all tests run successfully then the coding is complete.

*You can be uncertain whether what you meant is what you should have meant. To test this uncertainty, XP uses acceptance tests based on the requirements given by the customer in the exploration phase of release planning.

A "testathon" is an event when programmers meet to do collaborative test writing, a kind of brainstorming relative to software testing.

Listening

Programmers do not necessarily know anything about the business side of the system under development. The function of the system is determined by the business side. For the programmers to find what the functionality of the system should be, they have to listen to business.

Programmers have to listen "in the large": they have to listen to what the customer needs. Also, they have to try to understand the business problem, and to give the customer feedback about his or her problem, to improve the customer's own understanding of his or her problem.

Communication between the customer and programmer is further addressed in The Planning Game.

Designing

From the point of view of simplicity, one could say that system development doesn't need more than coding, testing and listening. If those activities are performed well, the result should always be a system that works. In practice, this will not work. One can come a long way without designing but at a given time one will get stuck. The system becomes too complex and the dependencies within the system cease to be clear.

One can avoid this by creating a design structure that organizes the logic in the system. Good design will avoid lots of dependencies within a system; this means that changing one part of the system will not affect other parts of the system.

Practices

Extreme Programming has been described as having 12 practices, grouped into four areas:

Fine scale feedback
* Pair programming
* Planning game
* Test driven development
* Whole team

Continuous process
* Continuous integration
* Refactoring or design improvement
* Small releases

Shared understanding
* Coding standards
* Collective code ownership
* Simple design
* System metaphor

Programmer welfare
* Sustainable pace

Controversial aspects

The practices in XP have been heavily debated with strong opinions for or against using XP. Some of the controversial aspects of XP include:

Unstable Requirements: Proponents of Extreme Programming claim that by having the on-site customer request changes informally, the process becomes flexible, and saves the cost of formal overhead. Critics of XP claim this can lead to costly rework and project scope creep beyond what was previously agreed or funded.

User Conflicts: Change control boards are a sign that there are potential conflicts in project objectives and constraints between multiple users. XP's expedited methodology is somewhat dependent on programmers being able to assume a unified client viewpoint so the programmer can concentrate on coding rather than documentation of compromise objectives and constraints. This also applies when multiple programming organizations are involved, particularly organizations which compete for shares of projects.Fact|date=July 2008

Other Aspects: Other potentially controversial aspects of Extreme Programming include:
* Requirements are expressed as automated acceptance tests rather than specification documents.
* Requirements are defined incrementally, rather than trying to get them all in advance.
* Software developers are usually required to work in pairs.
* There is no Big Design Up Front. Most of the design activity takes place on the fly and incrementally, starting with "the simplest thing that could possibly work" and adding complexity only when it's required by failing tests. Critics fear this would result in more re-design effort than only re-designing when requirements change.
* A customer representative is attached to the project. This role can become a single-point-of-failure for the project, and some people have found it to be a source of stress. Also, there is the danger of micro-management by a non-technical representative trying to dictate the use of technical software features and architecture.Dependence upon all other aspects of XP: "XP is like a ring of poisonous snakes, daisy-chained together. All it takes is for one of them to wriggle loose, and you've got a very angry, poisonous snake heading your way." [ [http://www.softwarereality.com/lifecycle/xp/safety_net.jsp The Case Against Extreme Programing: A Self-Referential Safety Net] ]

Scalability: Historically, XP only works on teams of twelve or fewer people. One way to circumvent this limitation is to break up the project into smaller pieces and the team into smaller groups. It has been "claimed" that XP has been used successfully on teams of over a hundred developersFact|date=February 2007. ThoughtWorks has claimed reasonable success on distributed XP projects with up to sixty people.

Controversy in Book: In 2003, Matt Stephens and Doug Rosenberg published a book under Apress called "Extreme Programming Refactored: The Case Against XP" which questioned the value of the XP process and suggested ways in which it could be improved. This triggered a lengthy debate in articles, internet newsgroups, and web-site chat areas. The core argument of the book is that XP's practices are interdependent but that few practical organizations are willing/able to adopt all the practices; therefore the entire process fails. The book also makes other criticisms and it draws a likeness of XP's "collective ownership" model to socialism in a negative manner.

XP Evolution: Certain aspects of XP have changed since the book "Extreme Programming Refactored" (2003) was published; in particular, XP now accommodates modifications to the practices as long as the required objectives are still met. XP also uses increasingly generic terms for processes. Some argue that these changes invalidate previous criticisms; others claim that this is simply watering the process down.In 2004 Industrial Extreme Programming (IXP) [ [http://www.cutter.com/content-and-analysis/resource-centers/agile-project-management/sample-our-research/apmr0502.html Cutter Consortium :: Industrial XP: Making XP Work in Large Organizations ] ] was introduced as an evolution of XP. It brings ability to work in big and distributed teams. It now has 23 practices and flexible changeable values. As it is a new member of family, there is not enough data to prove its usability, however it claims to be an answer to XP's imperfections.

XP Customization: Although software projects can benefit from XP practices, not all projects can directly adopt it. Characteristics of some projects make it difficult to use XP thoroughly; therefore, the need for tailoring XP to the local conditions, contexts and the size of projects is inevitable.

[http://en.wikipedia.org/wiki/RDP_technique RDP Practice] is a technique for tailoring Extreme Programming. This practice was initially proposed as a long research paper in a workshop organized by Philippe Kruchten and Steve Adolph( See [http://www.lero.ie/apso08/introduction.html APSO workshop] at [http://icse08.upb.de/ ICSE 2008] ) and yet it is the only proposed and applicable method for customizing XP. The valuable concepts behind RDP practice, in a short time provided the rationale for applicability of it in industries. RDP Practice tries to customize XP by relying on [http://en.wikipedia.org/wiki/RDP_technique XP Rules.]

Hybrid/Unified Methodologies: Other authors have tried to reconcile XP with the older methods in order to form a unified methodology. Some of these XP sought to replace, such as the waterfall method; example: [http://www.lux-seattle.com/resources/whitepapers/waterfall.htm Project Lifecycles: Waterfall, Rapid Application Development, and All That] .

JPMorgan Chase & Co. tried combining XP with the computer programming methodologies of Capability Maturity Model Integration (CMMI), and Six Sigma. They found that the three systems reinforced each other well, leading to better development, and did not mutually contradict, see [http://www.sei.cmu.edu/cmmi/presentations/sepg05.presentations/jarvis-gristock.pdf Extreme Programming (XP) Six Sigma CMMI] .

Application of Extreme Programming

Controversial aspects notwithstanding, Extreme Programming remains a viable choice for some projects. Projects suited to Extreme Programming are those that:

* Involve new or prototype technology, where the requirements change rapidly, or some development is required to discover unforeseen implementation problems
* Are research projects, where the resulting work is not the software product itself, but domain knowledge
* Are small and more easily managed through agile methods
* Adapting to rapidly changing Business needs/directions is important

Projects suited for more conventional methodologies are those that:

* Involve stable technology and have fixed requirements, where it is known that few changes will occur
* Involve mission critical or safety critical systems, where formal methods may be used to ensure system reliability.

Project Managers must weigh project aspects against available methodologies to make an appropriate selection. However, some XP concepts could be applied outside, such as using Pair Programming to expedite related technical changes to the documentation set of a large project.

ThoughtWorks' experiences with implementing XP in large distributed projects can be found at [http://www.martinfowler.com/articles/agileOffshore.html Using an Agile Software Process with Offshore Development]

See also

* Software Development Rhythms
* Software engineering
* Agile software development
* Extreme project management
* Extreme Programming Practices
* Pair Programming
* Toyota Production System
* List of software development philosophies
*Service-Oriented Modeling Framework (SOMF)

Notes

References

"General"
* Harvard reference
surname1 = Larman | given1 = C. | authorlink = Craig Larman
surname2 = Basili | given2 = V.
title = Iterative and Incremental Development: A Brief History
journal = Computer | volume=36 | number=6 | year=2003
date= June, 2003 | issn = 0018-9162 | pages = 47-56
url = http://doi.ieeecomputersociety.org/10.1109/MC.2003.1204375
publisher=IEEE Computer Society | places=Los Alamitos, CA, USA

* [http://groups.google.com/group/comp.software.extreme-programming/about comp.software.extreme-programming]
* [http://www.ics.uci.edu/~ses/teaching/ics121/histories/hherela/ Chrysler Comprehensive Compensation System] - link no longer accessible 1 October 2006 ( [http://web.archive.org/web/20051121172415/http://www.ics.uci.edu/~ses/teaching/ics121/histories/hherela/ Archive.org link] )
* Harvard reference
surname1=Waldner | given1=JB. | authorlink=Jean-Baptiste Waldner
title = Nanocomputers and Swarm Intelligence
year = 2008 | isbn = 9781847040022 | page=225-256
url = http://www.iste.co.uk/index.php?f=a&ACTION=View&id=194
publisher = ISTE | places = London, UK

"Pro-XP"
*Kent Beck: "Extreme Programming Explained: Embrace Change", Addison-Wesley, ISBN 0-201-61641-6
*Kent Beck and Martin Fowler: "Planning Extreme Programming", Addison-Wesley, ISBN 0-201-71091-9
*Martin Fowler: "Refactoring: Improving the Design of Existing Code", Addison-Wesley, ISBN 0-201-48567-2
*Ken Auer and Roy Miller: "Extreme Programming Applied: Playing To Win", Addison-Wesley, ISBN 0-201-61640-8
*Ron Jeffries, Ann Anderson and Chet Hendrickson (October, 2000), "Extreme Programming Installed", Addison-Wesley, ISBN 0-201-70842-6
*Kent Beck and Cynthia Andres: "Extreme Programming Explained: Embrace Change, Second Edition", Addison-Wesley, ISBN 0-321-27865-8

"Nuanced opinion or Anti-XP"
*Matt Stephens and Doug Rosenberg (July, 2003), "Extreme Programming Refactored: The Case Against XP", Apress, ISBN 1-59059-096-1
* Harvey Herela, [http://calla.ics.uci.edu/histories/ccc/ Case Study: The Chrysler Comprehensive Compensation System] , last update April 21, 2005; Galen Lab, U.C. Irvine.

*Mehdi Mirakhorli: "RDP technique: a practice to customize xp", International Conference on Software Engineering, Proceedings of the 2008 international workshop on Scrutinizing agile practices or shoot-out at the agile corral, Leipzig, Germany 2008, Pages 23-32, ISBN 978-1-60558-021-0

"Background reading"
*Alistair Cockburn: "Agile Software Development", Addison-Wesley, ISBN 0-201-69969-9
*Jim Highsmith: "Agile Software Development Ecosystems", Addison-Wesley, ISBN 0-201-76043-6

External links

*Ward Cunningham's WikiWikiWeb page on
* [http://www.xprogramming.com/ XProgramming.com - an Extreme Programming Resource]
* [http://www.softdevarticles.com/modules/weblinks/viewcat.php?cid=49 XP articles directory]
* [http://www.agilealliance.org/article/articles_by_category/12 Agile Alliance XP Library]
* [http://www.InfoQ.com/Agile InfoQ.com / Agile] - Tracking change and innovation in the enterprise software development community (News, Articles, Books, Video)
* [http://tech.groups.yahoo.com/group/xpspanish/ Moderated XP discussion forum for spanish-speaking community (290+ members)]
* [http://c2.com/cgi/wiki?ExtremeProgrammingImplementationIssues Problems and Solutions to XP implementation]
* [http://www.xpgame.be/ XP Game] - The XP Game is a playful way to familiarize the players with some of the more difficult concepts of the XP Planning Game
* [http://www.improveit.com.br/xp/ XP in portuguese] - XP in portuguese

* [http://agiletoolkit.libsyn.com Agile Toolkit Podcast] - Conversations and Interviews related to Agile Software Development


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Extreme programming — (XP), auch Extremprogrammierung, ist eine agile Methode, die das Lösen einer Programmieraufgabe in den Vordergrund der Softwareentwicklung stellt und dabei einem formalisierten Vorgehen geringere Bedeutung zumisst. Die Extremprogrammierung… …   Deutsch Wikipedia

  • Extreme Programming — (XP), auch Extremprogrammierung, ist eine Methode, die das Lösen einer Programmieraufgabe in den Vordergrund der Softwareentwicklung stellt und dabei einem formalisierten Vorgehen geringere Bedeutung zumisst. Diese Vorgehensweise definiert ein… …   Deutsch Wikipedia

  • EXtreme Programming — L Extreme Programming (XP) est une méthode agile de gestion de projet informatique adaptée aux équipes réduites avec des besoins changeants. Elle pousse à l extrême des principes simples. Sommaire 1 Origine 2 Pratiques extrêmes 3 Cycle de… …   Wikipédia en Français

  • Extreme Programming — L Extreme Programming (XP) est une méthode agile de gestion de projet informatique adaptée aux équipes réduites avec des besoins changeants. Elle pousse à l extrême des principes simples. Sommaire 1 Origine 2 Pratiques extrêmes 3 Cycle de… …   Wikipédia en Français

  • extreme programming — noun (also with caps; computing) A method of software development involving the close collaboration of two or more programmers on small components of code whose design may be subject to sudden changes (abbrev XP) • • • Main Entry: ↑extreme …   Useful english dictionary

  • Extreme programming — En informatique et plus particulièrement en génie logiciel, Extreme Programming (XP) est une méthode agile de gestion de projet informatique adaptée aux équipes réduites avec des besoins changeants. Elle pousse à l extrême des principes simples.… …   Wikipédia en Français

  • Extreme Programming Practices — Extreme Programming (XP) is a popular agile software development methodology used to implement software projects. This article details the practices used in this methodology. Extreme Programming has 12 practices, grouped into four areas, derived… …   Wikipedia

  • extreme programming — noun A software engineering methodology that promotes agility and simplicity, typically involving pair programming and a cycle of frequent testing and feedback. Syn: XP …   Wiktionary

  • extreme programming — /ɛkˌstrim ˈproʊgræmɪŋ/ (say ek.streem prohgraming) noun Computers the style of programming required for agile development. Abbrev.: XP See agile development …  

  • Extreme programming — …   Википедия

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”