dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
41 stars 18 forks source link

[Discussion] Splitting infrastructure and components #214

Closed bast closed 6 years ago

bast commented 6 years ago

Not completely sure this is a good idea but I put it on paper for others to brainstorm and comment: I was thinking whether splitting the "Python part" (update script) and the modules part into two separate repos would be a benefit or a pain. Splitting them could allow to version them separately and would separate concerns (the modules are usable outside of Autocmake and one might want to fork and adapt the modules without having all the rest). But perhaps they should not be versioned separately since they are not fully decoupled thanks to the autocmake.yml part - not sure.

robertodr commented 6 years ago

I think the project is at the correct level of granularity right now.

bast commented 6 years ago

OK :-) Closing.