TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Scrum or Kanban?

1 pointsby triplebitover 8 years ago
Which does your team prefer? Personally, Scrum is far too regimented, compartmentalized and proceduralized. Kanban feels like it lets teams self-organize better and is thus truer to the original Agile Manifesto goals.

2 comments

cauterizedover 8 years ago
Scrum is better for a more junior team that&#x27;s less capable of self-organizing and needs more structure. It&#x27;s also better for a green-field project where you&#x27;re shipping new features on a regular basis and you want to set targets for completing them. It works well with larger chunks of work and is less flexible around things like prioritizing newly discovered production bugs.<p>Kanban requires a team of more senior and self-sufficient engineers who can manage their own work. It&#x27;s also better for projects that are largely in a maintenance phase where you&#x27;re constantly picking which fix to work on next out of your backlog.<p>Finally, scrum makes more sense for packaged software where you want to get into a regular rhythm of releases or where you have to bless defined releases (eg for App Store review). Kanban matches well with continuous delivery web environments where you never develop significant inventory of undelivered changes.<p>Edited to add: one more thing - scrum enforces certain types of communication about your project that with kanban you have to rely on company culture or external processes to manage. This tends to make scrum more effective the larger your engineering organization is.
mtmailover 8 years ago
duplicate of <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12808486" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12808486</a>