mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
1.7 KiB
1.7 KiB
| title | draft | sr-due | sr-interval | sr-ease |
|---|---|---|---|---|
| Predictive adaptive spectrum | true | 2022-04-18 | 27 | 252 |
Review Questions
-
what is a predictive swd methodology
- one that is not flexible, rigid, not incremental, has well defined requirements and is planned in advance
- low techincal risk
-
what is an adaptive swd methodology
- not planned in advance, more flexible, incremental
- high technical risk
-
what is meant by the waterfall and the modified water fall methodology
- waterfall methodology is when there are a set of steps for the development life cycle and each one "flows" into the next with no returnig to previous steps
-
Within an adaptive methodology, what are:
- iterations
- one cycle of the steps
- incremental development
- when projects are completed in a series of interations
- walking skeleton
- when development begins by creating a bare bones (similar to mvp) structure
- iterations
tags: #review
Predictive adaptive spectrum
Predictive
- panned project in advance
- requirements well defined
- low technical risk
waterfall
- "water fall" -assumes phases are completed sequentially (no overlap or iteration)
- modified water fall - slightly less rigid verision of "waterfall" which allows some overlap
Adaptive
- more flexible, changes as you go. cannot be planned in advance
- requirements uncertain
- high techinal risk
Iterations
"micro projects"
Incremental development
complete projects in small iterations "growing" a system
Walking skeleton
complete structure is built with bare bones functionality further functionality added iteratively similar to minimum viable product (MVP)