Extreme programming: Difference between revisions

Content deleted Content added
Tag: Reverted
m Reverted 1 edit by 86.188.242.210 (talk) to last revision by ActivelyDisinterested
Line 84:
 
==== Feedback ====
Within extreme programming, feedback relates to different dimensions of the system development: not good
* Feedback from the system: by writing [[unit test]]s,<ref name=Cworld92/> 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.