5 ms·
No reason it should take that long. The article suggest 6 person years - which could mean 6 people for 1 year.
by code-dog 14y ago
No reason it should take that long. The article suggest 6 person years - which could mean 6 people for 1 year.
- ams6110 14y agoJust like nine women can have a baby in one month?
- jmadsen 14y agoexactly. One makes the head, two make each arm, etc... of course, you can't do that with computer software
- code-dog 14y agoIn this case a team could work across the project. One on the parser/lexer one on AST translation, one of code generation, Two on the runtime and 1 on build/ci. I think that makes 6.
- kyriakos 14y agotry reading The Mythical Man Month http://en.wikipedia.org/wiki/The_Mythical_Man-Month http://en.wikipedia.org/wiki/The_Mythical_Man-Month unfortunately my boss thinks as you do..
- josegonzalez 14y agoYou either never read the book or are interpreting it wrong. The premise is that as you add more people to an EXISTING project, the amount of time it will take to complete will increase. However, if all of those people are involved from the beginning, then you are not subject to the same phenomenon - within reason of course. So while it might not be "6" developers working on it for a year, it could potentially be 9 very devoted developers cranking this out with good results towards the end of the year.
- Danieru 14y agoBrookes also talks about another issue, that in a team of 6 there are (6 choose 2) edges in the communication graph. I think this is what kyriakos was referring to.
- sandfox 14y agoErrmm, if you actually read the book properly you'll realise that the baby/mothers analogy applies to synchronous sets of work and workloads that cannot be broken down into parallel running tasks. Once architected to a suitable degree I'd imagine that there are at least a few streams of work that could be carried out concurrently.
- code-dog 14y agoYes! Someone gets it!
- josephcooney 14y agoAFAIK they have about 20 people on this....unless I've mis-construed a friend of mine's elliptical comments. In other news - when is Google's VM that all the people they hired from the CLR team going to be released?