Skip to content

Commit 7b05654

Browse files
committed
docs(angular): 📝 refine eXtreme Programming description
1 parent 77c9ac2 commit 7b05654

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎apps/cookbook/docs/angular/02-glossary.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Dogfooding is the practice of using your own product or service internally befor
3131

3232
XP is a software development methodology that hasn't sold its soul to the devil of certification-driven business models.
3333

34-
More seriously, XP is a lightweight software development methodology introduced by Kent Beck in the late 1990s. It is meant to improve software quality and responsiveness to changing requirements. Instead of trying to predict the future, XP embraces change, hence the subtitle of Kent Beck's book [eXtreme Programming Explained: Embrace Change](https://www.amazon.com/Extreme-Programming-Explained-Embrace-Change/dp/0321278658/).
34+
More seriously, XP is a lightweight software development methodology introduced by Kent Beck in the late 1990s. It helps teams switch their apprehensions from "what if we missed something in the requirements or our understanding of the problem?" to "what if we waste hours or days on something that does not provide any value to the user?"
35+
In other words, instead of trying to predict the future, XP embraces change, hence the subtitle of Kent Beck's book [eXtreme Programming Explained: Embrace Change](https://www.amazon.com/Extreme-Programming-Explained-Embrace-Change/dp/0321278658/).
3536

3637
XP is based on the following set of values: Communication, Simplicity, Feedback, and Courage.
3738
These values are distilled into concrete principles like: Rapid Feedback, Assume Simplicity, Incremental Change, Embrace Change, and Quality Work.

0 commit comments

Comments
 (0)