Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
Brooks's Law
Jump to user comments
programming "Adding manpower to a late software project
makes it later" - a result of the fact that the expected
advantage from splitting work among N programmers is O(N)
(that is, proportional to N), but the complexity and
communications cost associated with coordinating and then
merging their work is O(N^2) (that is, proportional to the
square of N).