From d023146a5e9a07f5c9520e766aaa715ce58aa122 Mon Sep 17 00:00:00 2001 From: KevinMDuarte Date: Sat, 24 Nov 2018 00:50:56 +0100 Subject: [PATCH] pair programming and frequent releases (#22480) --- guide/english/agile/extreme-programming/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guide/english/agile/extreme-programming/index.md b/guide/english/agile/extreme-programming/index.md index 9d16931442..8f3dcc36da 100644 --- a/guide/english/agile/extreme-programming/index.md +++ b/guide/english/agile/extreme-programming/index.md @@ -8,6 +8,12 @@ Extreme programming (XP) is a software development methodology which is intended The basic advantage of XP is that the whole process is visible and accountable. The developers will make concrete commitments about what they will accomplish, show concrete progress in the form of deployable software, and when a milestone is reached they will describe exactly what they did and how and why that differed from the plan. This allows business-oriented people to make their own business commitments with confidence, to take advantage of opportunities as they arise, and eliminate dead-ends quickly and cheaply.2 -- Kent Beck +By working along with the concept of pair programming, the quality of the code is assured since there is always two people working together and helping each other out. + +To be more adaptive and captivate their clients, extreme programming is based on releasing regularly new working versions. This allows to have a working system very early on where additions can be made any time. + + + XP-feedback #### More Information: