-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks for your comment. I've encountered people who talk about non-distributed SOA. I think that is an idea that is totally boring, as it says nothing that hasn't been said for twenty...
- In the text you, like most I think, define services to be distributed. I do not understand why everybody i
- Hi, Eve Thanks for the offer. Let me know if there's any way I can make it easier. Do you think I should consolidate all the articles into one, for example?
- I'd be more than happy to read drafts, run through example code, and whatnot. I've done a little bit of Rails work, but I'm enough of a noob that I'll be able to give good feedback...
- I've never had much luck with the precreated keys. But then again, I use the convention of a null-key to indicate unsaved objects, so I'd run into other problems. FWIW, it sounds like your...
Jump to original thread »
Three challenges for agile projects
When I join projects now, I want to challenge all the stakeholders to make three commitments:
Simulate production at least monthly: The software should be run in an environment that is comparable with the target production environment with loads and d ... Continue reading »
When I join projects now, I want to challenge all the stakeholders to make three commitments:
Simulate production at least monthly: The software should be run in an environment that is comparable with the target production environment with loads and d ... Continue reading »
5 months ago
An outsiders view of our process from a days time spent here is commented on here. http://www.agilemanagement.net/Articles/Weblog/...
As for the money part, sounds like your on a greenfield project? Here its an already established budget being spent on bringing an existing property up to date, so perhaps not comparable.. However theres some interesting work in the throughput accounting side of things which Simon, who heads up the aforementioned, is doing..
http://www.agileinaction.com/2008/04/womens-men...
5 months ago
Thanks for the comment.
You are indeed right that my context is greenfield projects or at least projects that have a long projected cost before any revenue. A more constant revenue flow can possibly be much more aggressive.
My experience is that even projects with frequent iterations often fail to actually deliver those releases. If you don't experience the same, I'm very happy for you. :-)
My project currently demos and simulates production once every two weeks, but we notice that larger projects often need more time to come together, so the "once per month" goal is a tolerant one.
I've added AgileInAction to my blog roll. Very interesting post (although I am not sure I see the immediate relevance).
5 months ago
The subsequent projects massively leverage re-use in all areas (code, testing, infrastructure and deployment) and were delivered to live with an accepted minimal scope within 3-4 weeks each, then followed by our standard practice of pushing new features to live weekly to grow site functionality.
That we demo always weekly has always been the best way to keep iterations tightly focused, the scope of story cards compact and acceptance criterion on those clear and unambiguous.. We've experimented with two weekly iterations a bit and noticed we were more likely to get dragged deeper into the blinkered coding abyss due to greater scope on cards.. That said, everyone has reasons to roll their own :)
I fully see your point about regularly failing to release.. releasing can be hard, but with several years experience and hard work as a team automating every single part of our process, the dev, testing, infrastructure and deployment we're fortunate enough to deploy with ease and confidence weekly... Which is not to say there haven't been issues at times!
So in fact we go live weekly only with projects already live.. Any project being born is the exception to that - much as it is for you
5 months ago
More great insights!
We have also automated our testing and release process and this helps a lot. But sometimes we run in to minor or major snags along the way. For example: We can have failed to stabilize the code after a bug was discovered in a late automated test. Or maven-release-plugin can act up.
And our PO doesn't want to meet all that often. Or at least that has been what we thought. We do suffer from unfocused iterations, though, and your point of one-week iterations been more focused could apply to us as well.
The main point of my 10 % of business case is that the first delivery of a system often is at the 50 % or higher point. At this point, there's little opportunity to exercise control. Indeed, many of the people I talk to still pursue projects with a delivery date a year or more into the future with a single release. I have had some luck with waking people up when I talk about 10 % of business case, as the rationale for this is so obvious from the goal itself.
As you point out: The first release is the hardest.
But if we could release even more frequent with the certainty of good enough quality that the customer wants, that would be even better.