CSC/ECE 517 Fall 2012/ch2a 2w5 dp: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 11: Line 11:
#* Developers find the project fun and rewarding which lead them to be intrinsically motivated and devote passion to the work.
#* Developers find the project fun and rewarding which lead them to be intrinsically motivated and devote passion to the work.


=== The Agile Manifesto <ref>Manifesto for Agile Software Development http://agilemanifesto.org/ </ref> ===
=== The Agile Manifesto ===
The Agile Manifesto <ref>Manifesto for Agile Software Development http://agilemanifesto.org/ </ref> is a set of [http://agilemanifesto.org/principles.html 12 principles] that provide a foundation for agile methodologies.
 
* Individuals and interactions over processes and tools
* Individuals and interactions over processes and tools
* Working software over comprehensive documentation  
* Working software over comprehensive documentation  
* Customer collaboration over contract negotiation
* Customer collaboration over contract negotiation
* Responding to change over following a plan
* Responding to change over following a plan
=== Values ===
=== Values ===
The Agile manifesto touches upon 4 values that represent the core principles of any Agile software development model.
The Agile manifesto touches upon 4 values that represent the core principles of any Agile software development model.

Revision as of 02:27, 22 October 2012

Agile Software Development

History

Why Agile?

James Shore and Shane Warden <ref>Shore, James and Warden, Shane. The Art of Agile Development. O’Reilly Media, Inc., 2008, p. 4.</ref> state that the benefit for developers to follow a Agile software development process is to deliver successful products to the client or customer. He defines success into 3 types:

  1. Organizational
    • Deliver value and decrease costs to increase return on investment.
  2. Technical
    • Elegant and maintainable code is produced.
  3. Personal
    • Developers find the project fun and rewarding which lead them to be intrinsically motivated and devote passion to the work.

The Agile Manifesto

The Agile Manifesto <ref>Manifesto for Agile Software Development http://agilemanifesto.org/ </ref> is a set of 12 principles that provide a foundation for agile methodologies.

  • Individuals and interactions over processes and tools
  • Working software over comprehensive documentation
  • Customer collaboration over contract negotiation
  • Responding to change over following a plan

Values

The Agile manifesto touches upon 4 values that represent the core principles of any Agile software development model.

  1. Adaptability
  2. Transparency
  3. Simplicity
  4. Unity

File:Http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Agile Software Development methodology.svg/389px-Agile Software Development methodology.svg.png

References

<references />