Why did you use a monorepo instead of splitting this into sub modules #13
Answered
by
SaisakthiM
saisakthi-M
asked this question in
Q&A
-
|
I thought there are so many files and i needed to know why it is not splitted |
Beta Was this translation helpful? Give feedback.
Answered by
SaisakthiM
Jun 24, 2026
Replies: 1 comment
-
|
Simple, If I split into multiple repoistories i have to do muliple cloning, scanning and pushing which is more tiresome than maintaining a single repo |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
saisakthi-M
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simple, If I split into multiple repoistories i have to do muliple cloning, scanning and pushing which is more tiresome than maintaining a single repo
Yes it is large in size but it is a tradeoff between size and maintainability