The Mythical Man-Month book review

April 18, 2019

I recently re-visited one of my all-time favorite books on software engineering, The Mythical Man-Month by Fred Brooks. The main reason for my personal fascination with this book is not that i agree with all of the authors ideas or that they are all still relevant, but merely due to the fact that it was initally published way back in 1975. With this mind, i find it rather astonishing so much of it still holds true to this day. In this brief review i will focus on the aspects that i find are particulary relevant, and that happen on a daily basis in the software development industry.

The book’s title comes from the idea that the progress of a project can be measured in “man-months,” or the amount of work one person can do in one month. Brooks states that software development is not a linear process, and that adding more people to a project can actually slow it down due to communication and coordination overhead.

In summary, “The Mythical Man-Month” discusses the challenges of managing large-scale software development projects. Brooks points out that adding more people to a late project will only make it later, and that there are fundamental limitations to the amount of work that can be done in a given amount of time.

One of the key ideas still relevant today is the concept of Brooks’ Law, which states that adding manpower to a late software project makes it later. This is because as new team members are added, there is a significant amount of time required for them to become familiar with the project and the team’s work processes, which can actually slow down the overall progress of the project.

Another key idea is the importance of good communication and coordination among team members. Brooks emphasizes the need for regular meetings and discussions to ensure that everyone is on the same page and that potential issues are addressed in a timely manner.

In addition, the book stresses the importance of planning and estimation in software development projects. Brooks argues that accurate estimation of time and resources required for a project is crucial, and that a lack of planning can lead to delays, budget overruns, and ultimately project failure. While this is true, in my opinion this is one of the more dated ideas as excessive planning and estimation rarely will yield the desired results.

Overall, even though “The Mythical Man-Month” was written almost 50 years ago it continues to be relevant in modern software development. Its emphasis on effective communication, careful planning and estimation, and the limitations of adding manpower to a project are still essential considerations for any software development team.


Profile picture

Written by Johan Osterberg who lives and works in Gothenburg, Sweden as a developer specialized in e-commerce. Connect with me on Linkedin

2024 © Johan Osterberg