On Wednesday, 24 October 2012 at 02:35:11 UTC, 1100110 wrote:
I would say the above folder structure doesn't make much sense for a single program, unless those are third-party libs.

Yes, that would be for storing separate libraries, each of which will be independent projects separate from the others. Of course other projects are expected to make use of the libraries, and some libraries may make use of other libraries, which means at least some of the projects will require access to the source interfaces of some of the others.

I would expect that this kind of organization is standard practice, otherwise you'll have a lot of otherwise unnecessary difficulties keeping projects clean and identifiably separate.

If anyone can suggest alternate ways of organizing projects, I'll be happy to read about it.

--rt

Reply via email to