I did create a java project on IDEA and its structure is as follow (by default):
- src
- main
- java
- resources
- test
- java
- resources
- main
My question is: is this structure a good practice?
Usually I see as a common practice to structure as: src/each/segment/of/a/package.