TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Bluffers Guide to the Mythical Man Month

164 pointsby JazCEover 1 year ago

14 comments

misja111over 1 year ago
This is a very shallow summary of the Mythical Man Month, and it leaves out at least one concept that the book is most (in)famous for: the &#x27;10 times programmer&#x27;. An excerpt:<p>&gt; In one of their studies, Sackman, Erikson, and Grant were measuring performances of a group of experienced programmers. Within just this group the ratios between best and worst performances averaged about 10:1 on productivity measurements and an amazing 5:1 on program speed and space measurements! In short the $20,000&#x2F;year programmer may well be 10 times as productive as the $10,000&#x2F;year one.<p>Brooks did mention some other really useful concepts that are still very valid today: &#x27;No silver bullet&#x27; and &#x27;The second-system effect&#x27;. These should have been mentioned as well.
评论 #38346349 未加载
评论 #38348124 未加载
评论 #38352476 未加载
评论 #38346105 未加载
paddy_mover 1 year ago
I am surprised that there&#x27;s less mention of Brook&#x27;s proposed team organization, a team of 10 led by a surgeon. The team is supposed to work on a single project. Every org I have seen has much smaller teams with much more individual responsibility and attendant coordination problems.<p>I can see shaving 1-3 people off of Brook&#x27;s ideal team (we don&#x27;t need a secretary to type anymore, PM&#x27;s that organize projects at the behest of a technical leader are effective).<p>What I have seen over and over is, whoever writes the most code tends to get the most power in an org. Whoever is delivering features quickly gets power. This kind of works, but these coders frequently leave poorly thought out architecture that is hard to extend.
评论 #38351523 未加载
sizzzzlerzover 1 year ago
While Brooks&#x27; book is nominally about software processes, in my career of over 40 years, I found it to be applicable to just about every engineering discipline to which I played a part. I read this book back in the 70&#x27;s and then every 10 years or so and I never failed to learn something new from it. I just wish the managers and companies I worked for would have applied these lessons.
评论 #38349545 未加载
评论 #38351792 未加载
评论 #38350922 未加载
danielovichdkover 1 year ago
The Mythical Man Month is great. What makes it great, is that it circles around how important everything but code is, in any professional software development progression.<p>I would argue that it should be the bible for every manager that are managing engineers. They should study it thoroughly and all the literature it touches and mentions.<p>The best book I have read on software development by far.
评论 #38355157 未加载
lordnachoover 1 year ago
It&#x27;s always a surprise to know how far back good ideas actually go. Brooks figured out all this stuff in the 70s, pretty much as soon as it was possible for someone to have done this type of work and written a book about it.<p>Reminds me of Adam Smith&#x27;s writings about the nascent factory economy, and perhaps ancient philosophers as well.
评论 #38345641 未加载
评论 #38346361 未加载
评论 #38388399 未加载
AdamH12113over 1 year ago
The concept of &quot;conceptual integrity&quot; is one of the most useful things I&#x27;ve ever learned. The tension between conceptual integrity and things like group-based communication and requirements-gathering (what one might call &quot;representativeness&quot;) seems to me to be a foundational issue not just in software development but in human civilization as a whole.
jcmeyrignacover 1 year ago
This is nothing new. In 1913, Max Ringelmann measured the effort of individuals when working in a group. The results are impressive: <a href="https:&#x2F;&#x2F;gallica.bnf.fr&#x2F;ark:&#x2F;12148&#x2F;bpt6k54409695.image.f14" rel="nofollow noreferrer">https:&#x2F;&#x2F;gallica.bnf.fr&#x2F;ark:&#x2F;12148&#x2F;bpt6k54409695.image.f14</a><p>A group of 8 persons provides the same amount of work as 4 individuals.
评论 #38346797 未加载
ewstover 1 year ago
&gt; As more people are added to a project, the complexity of communication increases exponentially.<p>Doesn&#x27;t it increase by n^2? as per the picture with the graphs?
评论 #38352193 未加载
rco8786over 1 year ago
I&#x27;ve always had a little bit of a gripe with how the &quot;communications complexity&quot; is presented here. As if the only way to communicate on a team is to have everyone stand in a circle and yell at everyone else.<p>In reality, there is very often opportunity to take 1 project with ~3 engineers, and break it into 2 smaller projects each with ~3 engineers and run them mostly in parallel. Do your best to isolate those projects, but have a point of contact (EM, PM, tech lead) between the two teams to coordinate whatever dependencies are unavoidable, etc.<p>You&#x27;ll notice, that this is just a smaller microcosm of how every company is actually structured anyway. There&#x27;s still diminishing returns, but most people on the team never need to communicate directly with people outside of their project.
评论 #38347712 未加载
评论 #38349325 未加载
fassssstover 1 year ago
The book only takes like an hour to read you know.
评论 #38351900 未加载
评论 #38355850 未加载
bernardlunnover 1 year ago
I read it in the 1970s as a youngster, now retired, brilliant then and now.
monoscientover 1 year ago
I&#x27;m so sorry but I read it as &quot;the Mythical Moth Man&quot; for a second
评论 #38386282 未加载
gjadiover 1 year ago
Another aspect discussed in TMMM not present in this summary is the possible benefits of AI.<p>Brooks says there can be some gains, but no silver bullet :)<p>- As a Testing Agent that learns how the system behave and how to test it as the developers interact with the agent.<p>- As a tutor, junior can learn from the knowledge of experts by interacting with the AI.<p>- For &quot;automatic&quot; programming when the problem is characterized by few parameters, when there are many known solutions and good knowledge to select the correct solution.<p>So far I&#x27;ve read about tutoring and automatic programming, but I haven&#x27;t read about how to use AI to learn about the system and generate tests.
pie314isiover 1 year ago
once, when complaining to a colleague about our workplace and their hiring and staffing idiosyncrasies, I quipped &quot;I should give &lt;manager&gt; a copy of TMMM&quot;. My colleague, without missing a beat said &quot;You should give him two copies so he can read it faster&quot;
评论 #38347989 未加载
评论 #38349209 未加载
评论 #38346553 未加载