I am wondering what directory structure is commonly used in development projects. I mean the idea of facilitating assembly, deployment deployment, etc.
I recently used the Maven framework for a java project, but I'm not sure if this is the best framework for a non-maven managed project.
So, I have two questions: when you guys start new projects, what structure do you use? And: What if you need to integrate two different languages, for example, for example, Java classes in a PHP application; PHP files are source files, web files, do you use / src, / classes, webapps / php? What is your choice in such scenarios.
As a side note: I'm also wondering what options you have for directory names. I like 3 letter names (src, lib, bin, web, img, css, xml, cfg), but what are your opinions on descriptive names like libraris, sources or htdocs / public_html?
directory-structure
Fernando barrocal
source share