Agile
Posted on February 2, 2022
Tags: softdev
1 Abstract
- Build small and fast, iteratively modify and improve based on feedback
- Sprint: 3 week sprint = 3 week of work then feedback
Scrum and Kanban are frameworks to implement agile
- standup meetings
- What are you going to work on today and do you need help with anything?
- product and sprint backlogs
- sprint review/planning
- demo
2 Agile v Waterfall
- Waterfall is the old method of linear project flow.
- Con: takes too long to come up with a product and specifications may have changed by then.