xemantic / github-users

Lists GitHub users. Minimal app demonstrating cross-platform app development (Web, Android, iOS) where core logic is shared and transpiled from Java to JavaScript and Objective-C.
GNU General Public License v3.0
6 stars 2 forks source link

Merge sub-repos in the same repo #5

Open ibaca opened 7 years ago

ibaca commented 7 years ago

It is pretty annoying, it is theoretically a good idea, but it is a practical bad result 😉, I really think you should maintain the whole project in one repo, even including ios and android projects! It's just easier.

ibaca commented 7 years ago

FYI You can merge both repositories in one without losing any commit, git allows to do that even changing the root folder when merging one repo into another. 👍

morisil commented 7 years ago

I will keep this ticket hanging here for a while. I see arguments for both approaches. I hope to make more informed decision once I will do enough research on android and ios versions and their specific toolchains. For example I already see that dagger apt processor should be also part of this project, not only the web version. I am also still not sure how to deal with i18n. But it seems that much more will be shared in terms of toolchain between all the platform specific versions than I initially assumed.