• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Preferred sprint length?

 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have heard suggestions to have 3 or 4 week sprints. We require more flexibility in terms of bug fixes, feature requests and releases so we use two weeks. My feeling is this still balances the work versus tracking requirements, and that one week would just be silly.

What do others use, or feel is a good balance?
 
author
Posts: 72
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
David,

I am most often using 2- or 3- week iterations with Scrum. However, that's because my clients had trouble estimating what they could do in 4 weeks. (They overestimated, so they reduced the sprint duration.)

If 2 weeks is working for you, that's great.

1-week iterations are very intense. I think they require even more discipline on the part of management to maintain.

Johanna
 
blacksmith
Posts: 979
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Why not vary the iteration length in a project as it approaches the end?

Let's say start with 4-week iterations and going down to 1? Or even the
other way around.

I say this because I'm noticing with a 4-week iteration (in a project that has been going on for three months), the customer is not participating as much as at the start of the project. Maybe a shorter iteration with less addition to the software would keep the customer more involved...

Kind regards,

Gian
 
Johanna Rothman
author
Posts: 72
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gian,

If you vary the iteration duration, you can't gather velocity data. So you don't know if you're making progress or not.

If the customer doesn't remain involved at the end of the project, maybe you're done?

(BTW, the other problem is: If you can't keep the customer involved at the beginning of the project, I wonder if you're building the most valuable features first?)

Johanna
 
author
Posts: 608
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the DDJ 2007 Agile Adoption Survey, see http://www.ambysoft.com/surveys/agileMarch2007.html, when it comes to iteration length that people in practice where doing:
1 Week: 17%
2 Weeks: 33%
3 Weeks: 13%
4 Weeks: 21%

My experience is that shorter is better than longer.

- Scott
 
Greenhorn
Posts: 11
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When my team switched from the monthly pseudo-sprints to more XP-like fixed iterations, we first tried 1 week, as that fit the schedule that we merged our branch to the main branch and created a "customer-ready" build.

However, we found the one week iteration length just too short and felt like the planning and demoing overhead and the overhead of doing the merge itself to be just too much for us. Once we moved to two-week iterations, our stress levels went down and we started getting much more productive and predictable.

;ted
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Project nature is also important while deciding the iteration length.
I recently did a CMS based website project and we used 1 week iteration. This helped to keep sync'ing with product owner requirements.
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think it was Kent Beck who asked "how much time can you afford to lose?" - with the implication that an iteration end is a checkpoint where you can look at whether you are still going in the right direction.

I guess that means the less stable your requirements, the shorter your iterations should be.
[ November 30, 2007: Message edited by: Ilja Preuss ]
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
3.

Start - middle - end.

-Cameron McKenzie
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Cameron McKenzie:
3.

Start - middle - end.


Umm... Could you elaborate?
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the length also depends on the domain. For some domains longer sprint length would be preferable as there would not be anything significant to show as feature to the Customer.
 
Ilja Preuss
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Pradip Bhat:
I think the length also depends on the domain. For some domains longer sprint length would be preferable as there would not be anything significant to show as feature to the Customer.



I have trouble coming up with a domain were I couldn't show the customer something he could comment on after a week. Do you have an example?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic