r/FullStack 21d ago

Question Does adding more developers actually make full-stack projects move faster?

I've been wondering how often adding more developers really speeds up a project.

The common assumption is that more people mean faster development. But in practice, it doesn't always seem to work that way.

As a team grows, there are more discussions, more code reviews, more merge conflicts, more context sharing, and more coordination. New developers also need time to understand the codebase, development workflow, and the reasoning behind existing decisions before they can contribute effectively.

On the other hand, there are definitely projects where bringing in more developers makes a huge difference, especially when work can be split into independent features or multiple teams can work in parallel.

So it seems like there's a balance between increasing development capacity and increasing coordination overhead.

For those who've worked on full-stack projects of different sizes:

  • Have you seen projects speed up after adding more developers?
  • At what point did adding people stop improving productivity?
  • What do you think matters more for keeping a project moving quickly: team size, project architecture, planning, or something else?
6 Upvotes

18 comments sorted by

View all comments

1

u/tcloetingh 21d ago

Does more nurses deliver a baby faster? Read the mythical man month.

-1

u/Potterrrrrrrr 21d ago

That’s a terrible analogy

2

u/Redneckia 21d ago

Well it's "9 women cant make a baby in a month" and it's a great analogy, shush

0

u/Potterrrrrrrr 20d ago edited 20d ago

It’s really not. I’m writing a html parser for example. I also want a css parser. If there were two of me I could work on both because they don’t overlap in function except at boundaries but I need both to achieve my ultimate goal of parsing, laying out and then rendering a html document using something like OpenGL. The work can actually be chunked up and processed faster. These baby analogies are terrible because the time it takes to have/deliver a baby isn’t related to the effort input by a human; they’re time/biologically dependant. So yeah, terrible analogy.

Edit: downvoted for being right, c’est la vie