There are numerous Agile software development methods. Which ones have you used in practice to deliver a successful project, and how did the method contribute to that success?
|
|
|
|
|
|
|
I've been involved with quite a few organisations which claimed to work in an 'agile' way, and their processed usually seemed to be base on XP (extreme programming), but none of them ever followed anywhere near all the practices. That said, I can probably comment on a few of the XP practices
|
||
|
|
|
|
Having regular retrospectives is a great way to help a team become more effective/agile. More than adhering to a specific flavor of Agile this practice can help a team identify what is working well and adapt to a changing environment. Just make sure the person running the retrospective knows what he/she is doing otherwise it can degenerate into a complaining session. There are a number of exercises you can take a team through to help them reflect and extract value from the retrospective. I suggest listening to the interview with Linda Rising on Software Engineering Radio for a good introduction. Do a Google search for "Heartbeat retrospectives" for more information. |
||
|
|
|
|
I've been working with a team using XP and Scrum practices sprinkled with some lean. It's been very productive. Daily Standup- helps us keep complete track of what and where everyone is working on. Pair Programming- has improved our code base and helped remove "silly" bugs being introduced into the system. iterative development- using 1 week iterations has helped up improve our velocity by setting more direct goals which has also helped us size requirements TDD- has helped me change my way of programming, now I don't write any code that doesn't fix a broken test and I don't write any test that doesn't have a clearly defined requirement. We've also been using executable requirements which has really helped devs and BAs reach requirements understandings. kanban boards- show in real time where we are. We have one for the Milestone as well as the current iteration. At a glance you can see what is left to do and what's being done and what's done and accepted. If you don't report in your daily standup something pertaining to what's on the board you have explaining to do. co-located team- everyone is up to speed and on page with what everyone else is doing. communication is just-in-time, very productive, I don't miss my cube at all. |
||
|
|
|
|
Scrum. The daily standup meeting is a great way to make sure things stay on track and progress is being made. I also think it's key to get the product/market folks involved in the process in a real, meaningful way. It'll create a more collaborative environment and removes a lot of the adversarial garbage that comes up when the product team and the dev teams are separate "silos". |
||
|
|
|
|
Scrum because it shows where the slackers are. It also identifies much faster that the business unit usually doesn't have a clue what they really want delivered |
||
|
|
