Questions tagged [project-structure]

Refers to layout of folders and components to help organize a project's files, whether code or resources

482 questions
-3
votes
1 answer

Where store Tests (project structure - best practice)?

We have many different ways to implement project structure in GO. My question is where the best way to store tests implementation: separately (as Java Maven/Gradle standard) ├── pkg │ ├── colocator │ │ ├── some_impl.go │ │ └── ... │ ├──…
-3
votes
1 answer

Dummy Project Structure for Java Spring Project

There are certain conventions for having a decent project structure while working with Java Spring Framework. Different packages, different properties file, beans.xml files and other packages and classes for a maintainable and readable project. Can…
1 2 3
32
33