What are the standard directory layouts for source code?
- by splattered bits
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?