mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
25 lines
702 B
Markdown
25 lines
702 B
Markdown
---
|
|
title: Agile Development
|
|
---
|
|
tags: review
|
|
|
|
---
|
|
# Agile Development
|
|
> guilding philosphy to develop info systems in unkown, rapidly changing evnironments
|
|
|
|
"Chaordic"
|
|
|
|
[The agile manifesto](https://www.agilealliance.org/agile101/the-agile-manifesto)
|
|
|
|
## 1 [SCRUM](out/notes/scrum.md)
|
|
Development is split into many short (~30 day) "sprints" of intense focus where the entire team is involved
|
|
|
|
## 2 [Extreme programming (XP)](out/notes/extreme-programming-xp.md)
|
|
take current industry practices to the extreme
|
|
|
|
## 3 [Unified process (UP)](out/notes/unified-process-up.md)
|
|
Interative and incremental architecture-centric which has four main phases
|
|
- inception
|
|
- elaboration
|
|
- construction
|
|
- transition |