• 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

Which Agile model is the best?

 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am learning Object Oriented Analysis and Design, with an eye on IBM Test #486. I have been reading books by Authors like Craig Larman & Philip Kruchten.I have found them to be fascinating.
Of all the agile models like RUP,XP,Scrum etc., which is most popular in acceptance among the Developer Community? Is there any concrete evidence to suggest that one particular Iterative model is the best?
I am very curious to know!!!
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First notice that RUP isn't Agile in itself - it is a framework that allows for both Agile and non-Agile processes.

I'd say that without question XP is the most popular of the Agile processes, probably closely followed by Scrum.

For a starter, I'd advise to take a close look at XP - not only because it is the most popular and therefore has the most resources available for it (beginner questions on the yahoo group will always receive tons of useful responses). It also is the process that provides the most detailed guidelines when it comes down to actual coding - how to design a flexible system, how to work as a team etc.

In the end, there isn't one "best" process that you should follow, though. Use the process to get an understanding of what Agility actually is about and how it works, then start opening your eyes to what all the other processes have to offer you and assemble your own instance of a process, closely adapted to your current situation.
 
author
Posts: 608
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

First notice that RUP isn't Agile in itself - it is a framework that allows for both Agile and non-Agile processes.



Yes. An agile instantiation can be downloaded free of charge at The AUP Home Page.

An overview of a range of processes can be found at Choose the Right Software Method for the Job

- Scott
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic