Emails published with permission.

Introduction | Max's Thoughts on the Issue
Joe Marasco | Bob Steinberger | Philippe Kruchten | Gary Pollice
 Keerin Saeed Forwards Advice from Steve Cotterell

Philippe Kruchten Comments by Email 8/8/05

Max,

The relationship between total effort and project duration is one of the best understood in software engineering, mostly through the work of Barry Boehm and the COCOMO. A few cost drivers affect the result, as well as different calibration depending on the type of software (MIS application, embedded, etc.). COCOMO was developed in 1981, and its successor COCOMO II in 2000.

For example: A 100 person-month project, with all cost drivers at nominal value takes 14 months according to COCOMO; staffing would start at 3 persons, and culminate at 8 or 9 (7.1 average) in what we call the construction phase in RUP. But a 200 person-month project would take 19 months with staffing going from 5 to 12 (10.5 average). It would however deliver less than twice the code (35K for the first 67K for the 2nd).

There are numerous COCOMO resources on the net. I often use the NASA calculator: http://www1.jsc.nasa.gov/bu2/
COCOMO.html
. The same page contains plenty of other pointers.

Not exact science, but allows you to confirm some "Leroy Roscoe" rule of thumb numbers, like: Are you in the right ballpark, or off by a factor 2 or 3 ...

Cheers,
Philippe

Philippe Adds Later:

Here are the COCOMO 1 cost drivers I referred to:
  1. Product attributes
    1. Required software reliability
    2. Size of application database
    3. Complexity of the product
       
  2. Hardware attributes
    1. Run-time performance constraints
    2. Memory constraints
    3. Volatility of the virtual machine environment
    4. Required turnaround time
       
  3. Personnel attributes
    1. Analyst capability
    2. Software engineer capability
    3. Applications experience
    4. Virtual machine experience
    5. Programming language experience
       
  4. Project attributes
    1. Use of software tools
    2. Application of software engineering methods
    3. Required development schedule

For an explanation see: http://www.mhhe.com/engcs/compsci/pressman/
information/olc/COCOMO.html
. For COCOMO 2 see: http://sunset.usc.edu/research/COCOMOII/
expert_cocomo/drivers.html
.

For more on cost drivers see: http://www.softstarsystems.com/
cdtable.htm
(COSTAR is a commercial tool that uses and extends COCOMO).

However, 100 man-day projects are probably too small for COCOMO. A 100 man-day project is probably best done with 3 people x 6 weeks, or 4 persons x 5 weeks. After that you have a hard time distributing the work and synchronizing. There are exceptions to this, for example:

  • If there are many different and simple things to do, requiring different expertise, and
  • When the architecture of the software system is stable, understood and untouched as in the case of an update of an existing system. (All these things are taken into account by COCOMO cost drivers.)

Max's Comments

The size of project that Philippe quotes for applying COCOMO is, of course, much larger than we originally postulated at the beginning. Perhaps the concept of "economies of scale" is at work here? Certainly for small projects, the smaller the project the higher is the percentage of administrative overhead. Even so, the resulting durations shown by COCOMO seem to me to be quite optimistic. Perhaps these are the "theoretical" durations before the application of allowances for the "cost drivers" that, in practice, inevitably take over. On this basis the number of software development projects that end up being late should not surprise us. The problem is not with the project but with the baseline of reference!

Philippe's later observations for a 100 man-day project seem much more realistic and consistent with our own predictions. Philippe is Dr. Philippe Kruchten, Professor of Electrical Engineering, University of British Columbia, BC, formerly lead architect for the Rational Unified Process. His latest book is The Rational Unified Process Made Easy - A Practitioner's Guide to the RUP, Addison Wesley, 2003

Bob Steinberger Comments by Email 8/8/05  Bob Steinberger Comments by Email 8/8/05

Home | Issacons | PM Glossary | Papers & Books | Max's Musings
Guest Articles | Contact Info | Search My Site | Site Map | Top of Page