Saturday, May 7, 2011

LATE: The Mythical Man-Month Ch 13 - 15

Reference Information:

Title: The Mythical Man-Month
Author: Fredrick P. Brooks, JR.

Summary:
The first chapter in this set talks about debugging. The author begins with a cleaver story about how anyone can make a program, but not everyone can make a program that works. He then spends most of the rest of the chapter talking about various types of debugging used to make programs work. The next chapter talks about how programs are usually not held up by some huge catastrophe, but by a large amount of minor events. Every day that a machine is down or a key person is sick is another day the project is held up. These days add up and eventually the project is very late. In the final chapter, the author states that programs should not only communicate to machines, but also communicate to humans. The author spends this chapter discussing the importance of documentation and explaining documentation practices.


Discussion:
The first and third chapters held no real new information. Since day one in computer science professors beat it into our heads that debugging and documentation are important. The second chapter, however, was extremely enlightening. It makes sense that projects get delayed one day at a time but until someone tells you that you don't really think about it. The book does a good job of explaining how things can become late.

No comments:

Post a Comment