freeCodeCamp/guide/english/agile/chickens-versus-pigs/index.md

25 lines
1.6 KiB
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Chickens Versus Pigs
---
## Chickens Versus Pigs
2019-01-15 00:13:55 +00:00
"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.
2018-10-12 19:37:13 +00:00
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,
depending on how much they have at stake. Pigs work together to complete the job.
2018-10-12 19:37:13 +00:00
On the other hand, many team members are chickens. For example, the client or a high-level project manager would not really be impacted
2019-01-15 00:13:55 +00:00
by the failure of the project. They are interested in its success, and might make contributions, but have less at stake and thus
2018-10-12 19:37:13 +00:00
have significantly less commitment to the project.
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.
2018-10-12 19:37:13 +00:00
#### 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>