Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Agile promote early and continuous delivery

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
We all know from the Agile Manifesto which mentiond "Agile promote early and continuous delivery" . I may sound repeating the same quesiontion which may be being discussed before; however, how can we manage to make early delivery for a software product and at the same time it has to be a valuable software for the busniess and at the same time the software product consists of sub-modules which are interdependent; besides that each module require a time scale more then two months to deliver in a team of 5 developers.


Regards,
Alan Mehio
London,UK
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The basic trick is to break down the requirements into pieces of functionality that all have inherent business value and can be implemented in less than a week each. Then start implementing those pieces in priority order, always end-to-end, that is, every time you implemented one piece of functionality, your system should be in a state that you can install it in production.

If you could provide an example of a system you have trouble imagining being developed that way, we could use it to further discuss this way of working.
 
Alan Mehio
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ilja,
Many thanks for you reply. I am in the process of gathering some thoughts and examples. I will get back to you.
I am still in the process of preparing ideas and thoughts etc...

[ August 27, 2008: Message edited by: Alan Mehio ]
[ August 27, 2008: Message edited by: Alan Mehio ]
 
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
I see forward to it...
 
reply
    Bookmark Topic Watch Topic
  • New Topic