Update article (#28179)

- replace "you" with "they" to avoid switching from "they" to "you" back to "they"
- add common situation to give practical example
This commit is contained in:
Adiya
2019-01-15 01:29:02 +01:00
committed by Tom
parent d138ab9d77
commit f0a09098aa

View File

@ -3,8 +3,8 @@ title: Chickens Versus Pigs
---
## Chickens Versus Pigs
"Chickens versus Pigs" refers to a story about a chicken and a pig, in which the chicken proposes they open a restaurant called "Ham-n-Eggs."
The pig refuses because, while the chicken just needs to lay eggs, the pig has more at stake.
"Chickens versus Pigs" refers to a story about a chicken and a pig, where the chicken proposes they open a restaurant called "Ham-n-Eggs".
The pig refuses because the chicken just needs to lay eggs, while the pig has more at stake.
In an Agile software development project, the software developer is the pig. If you fail to complete the job, or fail to do it well,
you have a lot at stake. This could be your reputation, or maybe even your position. Other team members might also be considered pigs,
@ -14,11 +14,13 @@ On the other hand, many team members are chickens. For example, the client or a
by the failure of the project. They are interested in its success, and might make contributions, but have less at stake and thus
have significantly less commitment to the project.
A common situation to refer to this metaphor is when talking about the daily scrum meeting. Pigs are encouraged to contribute to the meeting because they need to collaborate in order to achieve the common goal and will be held accountable in case it's not reached. Stakeholders however are asked to be silent if they happen to attend the meeting.
Another classic situation is when talking about estimations. Estimations must only be provided by the the developers who actually perform the work and will be held accountable if the estimations are not correct.
You should strive to be a pig rather than a chicken. You can benefit from (but should not rely on) the chickens in order to minimize risk and
guarantee the project is delivered as efficiently as possible. Chickens often provide guidance to assure that right job is being done and that the copmpleted job will provide value.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
<a href='http://www.agilejedi.com/chickenandpig'>Agile Jedi: The Story of the Chicken and Pig</a>
<a href='https://en.wikipedia.org/wiki/The_Chicken_and_the_Pig'>Wikipedia: The Chicken and the Pig</a>