Mono vs poly repo
i prefer lots of small isolated repos over a monorepo
just like how i install individual packages from pip
monorepos tend to be easier to work with and get started
but they always get messy, and are harder to port to another project.
or share outside the team.