Skip to content

Instantly share code, notes, and snippets.

@ckaminer
Last active May 16, 2016 19:31
Show Gist options
  • Save ckaminer/d13ef8c56adea588b7f875fb210313f5 to your computer and use it in GitHub Desktop.
Save ckaminer/d13ef8c56adea588b7f875fb210313f5 to your computer and use it in GitHub Desktop.
answer Jorge's agile manifesto questions

Read the Agile Manifesto

Read the Agile Principles

Create a Gist and answer the following questions:

How does the Agile model compare to the Waterfall model?
  • The waterfall model is a sequential process that doesn't account for much change. It is dependent on the assumption that the information in the beginning will not change.
  • The agile model is a iterative process that expects change. It starts on a small scale in which allows the creator to gather feedback and adjust acordingly.
Why do you think Agile is so popular in software development?
  • Software is constantly changing which is a key component of the agile model. Without using the agile model there would be a lot of starting from scratch going on.
Do you think Agile is applicable to all industries?
  • Agile is most likely applicable in all industries. At the very least, I can't think of a counterexample. Making your work scalable is key in producing a flexible product.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment