Hi,
As someone that wants to start a new project (in my case - Java/Scala project) - I want to use the best practice directory structure.
I don't know if it's intentionally - but I'm missing a page in the docs that describes it.
There are several project types:
- one module project
- multiple modules - same language
- multiple modules - multiple languages
And with respect to those where to put:
- source code
- resources
- scripts
- docker files
- unit tests
- integration tests
- custom rules / macros
- test of custom rules / macros.
I can follow maven structure for java
like here but looking at
examples, I can't find one best practice that works well.
It would be really great to start writing a page for that in the docs.