Top "Project-structure" questions

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

Using Eclipse for Intellij Idea projects

I like Eclipse and I want to use it, the problem is that I can't figure out a simple and …

eclipse intellij-idea project-structure
AngularJS service in separate file

My app.js contains var app = angular.module('myApp', []). config(['$routeProvider', function ($routeProvider, $http) { ... }]); Service looks like app.service(…

javascript model-view-controller angularjs project-structure
How do you organize 100+ projects in Eclipse?

When you have 5+ languages and 100+ projects, IMO the default of using one workspace is not acceptable because the one workspace …

eclipse organization project-structure multiple-languages
Recommended WPF Project Structure?

I'm a stickler for good Visual Studio Solution and Project structures. I'm about to start a WPF proof of concept …

.net wpf mvvm project-planning project-structure
Azure DevOps: 1 Solution Multiple Projects CI/CD

I just started setting Azure DevOps with CI/CD. This might not be possible but I hope to find answers. …

git visual-studio azure-devops azure-pipelines project-structure
How to add a dependency to another project properly using gradle?

Hello I am new to gradle and it is a little bit confusing for me. How should I add a …

java gradle dependencies build.gradle project-structure
Areas in different project with ASP.NET MVC 4

I am working with ASP.NET MVC 4, and trying to have areas in separate projects. I have been checking this …

asp.net-mvc-4 project-structure areas
Clean solution (project) structure with EF, Repositories, Entities

I like to keep the structure of the project as clean as possible. Sample: --BlogApp.sln --BlogApp.Data BlogModel.edmx (…

asp.net-mvc entity-framework projects-and-solutions project-structure
How to create a sub-package and add existing files intellij?

I have my project structure something like this. |--daos | | | |--MyDBReader.java But I want to change it into this one. …

java intellij-idea packages project-structure