Skip to content

Instantly share code, notes, and snippets.

@algogrit
Created July 1, 2019 04:32
Show Gist options
  • Save algogrit/a8adb810db2ab0d6648d12357069a918 to your computer and use it in GitHub Desktop.
Save algogrit/a8adb810db2ab0d6648d12357069a918 to your computer and use it in GitHub Desktop.
Intro to methodologies
| Kanban | Scrum |
|-------------------------------------------------------|--------------------------------------------------------------------------------|
| No prescribed roles | Pre-defined roles of Scrum master, Product owner and team member |
| Continuous Delivery | Timeboxed sprints |
| Work is pulled through the system (single piece flow) | Work is pulled through the system in batches (the sprint backlog) |
| Changes can be made at any time | No changes allowed mid-sprint |
| Cycle time | Velocity |
| More appropriate in operational environments | More appropriate in situations where work can be prioritized in batches |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment