80
you are viewing a single comment's thread
view the rest of the comments
[-] termaxima@slrpnk.net 7 points 3 days ago

The only reason monorepos are used is because tooling for multi-repos is inadequate, or people don't know how to use it.

Version control tooling is still at its "blackberry" stage anyway.

[-] entwine@programming.dev 1 points 2 days ago

Version control tooling is still at its “blackberry” stage anyway.

That was uncalled for.

[-] pupbiru@aussie.zone 2 points 2 days ago

i’d say it’s less that it’s inadequate, and more that it’s complex

for a small team, build a monolith and don’t worry

for a medium team, you’ll want to split your code into discreet parts (libraries shared across different parts of your codebase, services with discreet test boundaries, etc)… but you still need coordination of changes across all those things, and team members will probably be touching every part of the codebase at some point

for large teams, you want to take those discreet parts and make them fairly independent, and able to be managed separately: different languages, different deployment patterns, different test frameworks, heck even different infrastructure

a monorepo is a shit version of real, robust tooling in many categories… it’s quick to setup, and allows you a path to easily change to better tooling when it’s needed

this post was submitted on 05 Dec 2025
80 points (100.0% liked)

Programming

23798 readers
79 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS