Home/Journal/Engineering

When monorepos make sense for small teams (and when they don't)

We tried both. Here’s the team-size threshold and the project-shape signals that tell us which way to go.

When monorepos make sense for small teams (and when they don't)

We tried both. Here’s the team-size threshold and the project-shape signals that tell us which way to go.

Background

This is a placeholder body, seeded automatically. Edit this post in /admin/posts to replace it with the real article.

What we did

  • Step one — analysed the situation
  • Step two — proposed a plan
  • Step three — shipped it

What we learned

Sometimes the obvious answer is the right one — but you only know that after testing the non-obvious answers first.

A short code sample:

function helloPandasofts(name: string) {
  return `Hi ${name}, welcome to the studio journal.`;
}

Wrapping up

That's the gist. Read more in the studio journal or say hello.


Back to all articlesHave a project like this?