Wiki source code of Extreme Programming
Last modified by chrisby on 2023/11/11 13:20
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | Extreme Programming (XP) is a set of techniques that, at the time of this writing, is considered one of the best approaches to realizing [[agile values|doc:Software Engineering.Agile.Agile Manifesto.WebHome]]. Therefore, the best way to learn agile is to learn XP. | ||
2 | |||
3 | # XP Practices | ||
4 | |||
5 | Below is a list of the twelve XP practices that will be discussed in detail in subsequent articles. Ideally, all practices are used, but the most important are the technical practices. The best business and team practices are useless if the code is bad. | ||
6 | |||
7 | ### Business Practices | ||
8 | |||
9 | These practices ensure that software is aligned with business needs and priorities, and facilitate a close relationship between developers and stakeholders to deliver the most business value. | ||
10 | |||
11 | * [[Planning Game|doc:.Planning Game.WebHome]] | ||
12 | * [[Small Releases|doc:.Small Releases.WebHome]] | ||
13 | * [[Acceptance Tests|doc:.Acceptance Tests.WebHome]] | ||
14 | * [[Whole Team|doc:.Whole Team.WebHome]] | ||
15 | |||
16 | ### Team Practices | ||
17 | |||
18 | These practices focus on team management, collaboration, and well-being, and are designed to create an efficient work environment. | ||
19 | |||
20 | * [[Metaphor|doc:.Whole Team.WebHome]] | ||
21 | * [[Sustainable Pace|doc:.Sustainable Pace.WebHome]] | ||
22 | * [[Collective Ownership|doc:.Collective Ownership.WebHome]] | ||
23 | * [[Continuous Integration|doc:.Continuous Integration.WebHome]] | ||
24 | |||
25 | ### Technical Practices | ||
26 | |||
27 | These practices emphasize software quality, maintainability, and adaptability. They promote technical excellence in coding, testing, and system design. | ||
28 | |||
29 | * [[Test-Driven Development|doc:.Test-Driven Development.WebHome]] | ||
30 | * [[Refactoring|doc:.Refactoring.WebHome]] | ||
31 | * [[Simple Design|doc:.Simple Design.WebHome]] | ||
32 | * [[Pair Programming|doc:.Pair Programming.WebHome]] | ||
33 | |||
34 | # Mnemonic Bridge | ||
35 | |||
36 | "**Pl**anners **sm**oothly **ac**celerate **wh**ile **me**eting **Su**nday's **co**ding **co**mmitments, **te**sting **re**ally **si**lently, **pa**ssionately." |