What are the standard directory layouts for source code?
Posted
by
splattered bits
on Programmers
See other posts from Programmers
or by splattered bits
Published on 2011-02-04T21:10:51Z
Indexed on
2011/02/04
23:34 UTC
Read the original article
Hit count: 303
code-organization
|source-code
I'm in the process of proposing a new standard directory layout that will be used across all the projects in our organization. Projects can have compiled source code, setup scripts, build scripts, third-party libraries, database scripts, resources, web services, web sites, etc.
This is partly inspired by discovering Maven's standard layout.
Are there any other standard layouts that are generally accepted in the industry?
© Programmers or respective owner