|
|
|
|
|
by asmosoinio
3139 days ago
|
|
When you say "start your company", I assume a small total repo size. I would say definitely go for a single repo, every time, all the time. Internal version dependencies can be surprisingly hard to handle even with a handful of components/apps. It is extremely unlikely that your companys code size would become too much to handle in a single repo. And before that, imho it's just premature optimization to split things up. |
|
Likewise, if you don't write at least some documentation up-front, you're much more likely to never get it done at all.