We are working on a project composed of about a dozen different modules. Each module is a small application per se (some of them are Rails apps, some are daemon services, etc.)
We are hesitating between 2 options:
1/ One git repo with one folder per module
2/ Several git repos (one per module)
Which approach is the best ?