Le mythe du mois-homme

Langue : French

ISBN :
978-2-84180-081-0
ISBN copié !

Voir sur Inventaire

4 étoiles (4 critiques)

The Mythical Man-Month: Essays on Software Engineering is a book on software engineering and project management by Fred Brooks first published in 1975, with subsequent editions in 1982 and 1995. Its central theme is that adding manpower to software project that is behind schedule delays it even longer. This idea is known as Brooks's law, and is presented along with the second-system effect and advocacy of prototyping. Brooks's observations are based on his experiences at IBM while managing the development of OS/360. He had added more programmers to a project falling behind schedule, a decision that he would later conclude had, counter-intuitively, delayed the project even further. He also made the mistake of asserting that one project—involved in writing an ALGOL compiler—would require six months, regardless of the number of workers involved (it required longer). The tendency for managers to repeat such errors in project development led Brooks to quip …

2 éditions

a publié une critique de The Mythical Man-Month par Fred Brooks

The Mythical Man Month Review

4 étoiles

I find that programmers seem better at coordinating work and communicating about work compared to other fields that I have experience with. The work is organized in a much more humane way than the email inbox driven hyper-active hive-mind model of other office workers so vividly described in Cal Newport’s in “A World Without Email”. In fact, programmers seem to already be living in that future utopia of an emailless world. How did it get to be this way? I think this book may have played a major role.

Despite being only a few years removed from computer programs consisting of stacks of cards, high level languages being a new thing compared to assembly language, and changesets being distributed via microfilm, this book, originally published in 1975, outlines a way of developing software that resonates today:

In “The Surgical Team” Brooks outlines the roles required in a software development shop: …

The Mythical Man-Month

3 étoiles

Ce livre est un classique de l'informatique, dont la première édition a été publiée en 1975. Je viens de lire la seconde édition de 1995, augmentée à l'occasion des 20 ans de sa première publication.

Evidemment, c'est techniquement daté. Les ordinateurs, les langages, les ordres de grandeur (mémoire, espace disque, etc.) évoqués par l'auteur ne sont plus d'actualité. Pourtant, cela n'est pas si gênant que cela car l'essentiel de son propos porte plus sur la conception d'un système, sur l'organisation et la gestion d'un projet informatique, que sur des considérations purement techniques.

Bien sûr, les techniques de gestion de projet informatique ont elles aussi évolué depuis 1975 et 1995, mais c'est assez troublant de voir que certaines mauvaises pratiques sont toujours d'actualité. Je pense d'ailleurs que la lecture de ce livre devrait être un pré-requis pour tout chef de projet informatique ou toute personne prenant une fonction similaire. Certains enseignements …

Review of 'The Mythical Man-Month' on 'LibraryThing'

5 étoiles

This book was written in the sixties, yet, I find its recommendations and requirements for software development are just as helpful, humorous and educational in the 21st century. I still don't understand how they got any work done back then with manually teletypes, printed requirements documents being updated everyday and the like, but they still had the exact same problems we do now. returnreturnThe two things I took away most, "the more people you add to a late project, the later the project is." Along with the title of the mythical man month, is the idea "nine women can't make a baby in a month." The other point, was that whatever your estimate is for development time, you need to consider at least twice as much for validation. This is counter intuitive, you develop it once, you test it once, and that test takes less time than writing code did, …