Software
  • Introduction
  • Code craft
    • Clean code
    • Reusable code
    • Refactoring
    • Code smells
  • Service craft
  • Software Principles
  • Big Data
    • Introduction
    • Data modelling
  • Patterns
    • Enterprise patterns
    • Software patterns
  • Agile & proj management
    • Scrum vs Kanban
    • Kanban
    • Scrum
  • Conflict management
  • Reading
  • Software Architecture
    • Architecture components
Powered by GitBook
On this page

Was this helpful?

  1. Agile & proj management

Scrum vs Kanban

Item

Kanban

Scrum

Deliverables

work gets done eventually

Clearer timeline

more suitable for process improvements, and varying priorities

more suitable for single project, stable priorities

Releases

continuously

at the end of the sprint

Work

limits what work can be in-flight

limits work by the committed stories

Changes

Allows for changes to unstarted work

Tries to prevent change to items in current spring

Ceremonies

No sprint planning & review. Ad-hoc backlog grooming

Roles

no predefined roles

sm, po, tm

PreviousAgile & proj managementNextKanban

Last updated 5 years ago

Was this helpful?