|
|
|
|
|
by aetherspawn
698 days ago
|
|
Agile can be waterfall-like when the minimum viable product is otherwise too large to avoid waterfall analysis paralysis. For example, zonal controller for an electric .. tank. Under relaxed Agile you would deliver a high-level plan (module architecture) as a deliverable, and then do JIT design of each module as a deliverable followed by implementation as a deliverable. If you follow guru agile for this and deliver 1 feature at a time, it will take 10 years to get your desired feature set. Because you’ll rework and refactor each module 100 times, followed by tear up and tear down of physical testing, 100 rounds of regression testing… |
|