• 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

Agile PM vs PM College

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been trained in the traditional PM College methodologies (water fall) for running a project but feel that we are constantly deleting elements of the process due to the typical size of our project. The overhead of the PM College methodology work is out of balance with the average project. Agile seems like it may be a better fit for smaller projects. However, I am concerned about how effective it can be when a significant portion of the team work remotely.

Is Agile more suited to smaller projects than the traditional PM College methodology? Does it scale up well to large multi-year projects? Will it be effective if staff is working remotely?

Thanks
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to the process forum...
 
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 A East:
However, I am concerned about how effective it can be when a significant portion of the team work remotely.



The fact is that having a distributed team cannot possibly be as effective as a colocated team. I'd still think that trying to be as Agile as possible with a colocated team will improve its effectiveness.

Is Agile more suited to smaller projects than the traditional PM College methodology? Does it scale up well to large multi-year projects?



I'd say that Agile is more suited to software development projects than traditional approaches, not matter what size.

For long-running projects, Agile is just perfect. Traditional projects typically either are "code and fix" projects, which can feel fast at start, but inherently slow down later because of a degenerating design. Or they are "big up front design" projects, where coding starts late, but requirements need to be fixed early - which poses a huge risk on the project. Agile projects strive to have a continouos stream of features developed at a sustainable pace, which is a great risk management strategy.

For projects with *big teams*, being Agile is harder than with smaller teams - but it could also be argued that it's even more important. Take a look at http://www.jeckstein.de/agilebook/index.html for more.

Does that help?
 
author
Posts: 608
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Eclipse projecdt follows an agile process, called "The Eclipse Way", and it's large and distributed.

- Scott
 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I try to appease the traditionalists by showing them a roadmap and saying that the iterations can be planned but that the exact content of the iterations is flexible and the resources (i.e. the development team) are allocated as a block rather than micromanaging to the task level.
 
reply
    Bookmark Topic Watch Topic
  • New Topic