how many projects per repository? - Programming On Unix

Users browsing this thread: 1 Guest(s)
seninha
Long time nixers
I usually go with a set of related software and their dependencies in a single repository. Just because I find it easier to manage.
Those repositories fall into two categories:
  • A repo with one main program and a set of supporting smaller programs.
  • A repo with a set of equally small, but related and interdependent, programs;
If, in the first category, one small program grows sufficiently larger to steal the spotlight of the main program, I may consider breaking the repo in two.


Messages In This Thread
how many projects per repository? - by freem - 22-02-2021, 10:12 PM
RE: how many projects per repository? - by seninha - 22-02-2021, 10:44 PM
RE: how many projects per repository? - by venam - 23-02-2021, 05:49 AM
RE: how many projects per repository? - by jkl - 23-02-2021, 03:15 PM