How to organize a larger project with several sub-projects and their dependencies?
- by RoToRa
As a software developer until now, I've mostly worked on projects that were quite "monolithic" with hardly any dependencies on other projects, without building automation (no Make, Ant, Maven, etc.) and kept on a simple version control system (mostly Subversion) with just a few easily managed version branches.
Now together with some friends I'm…