I'm wondering if someone could weigh in on best pr...
# general
e
I'm wondering if someone could weigh in on best practices for organizing java projects. Do you have separate top-level directories for each project and then
src/main/...
and
src/test/...
underneath those? Or does it tend to work better to have just one
src/
directory and branch out based on package beneath that?