Top "Project" questions

In software development, a project is a collection of files and resources used in the development of an application or service.

Can you inherit the version from the parent POM in Maven?

I have a bunch of projects like: project1 project2 project3 ........ project111 Each project compiled in jar: project-1.1.1.1.jar, .... Does it …

java maven project
Where in a virtualenv does the custom code go?

What sort of directory structure should one follow when using virtualenv? For instance, if I were building a WSGI application …

python project virtualenv
Recommended scalable AngularJS project structure?

I have seen several AngularJS project templates: the seed project at the official website, Yeoman's generated, and AngularFun. Are there …

templates architecture project angularjs
What is a sensible way to layout a Go project

I have a go project that is starting to become more complex, and want to lay the filesystem out in …

go project
Import existing Android project in Eclipse: no gen source folder?

I'm trying to import an android project into Eclipse (from Git, but I don't think it's relevant), and I can't …

android eclipse git project adt
Adding my DLL into a Visual Studio project in C++

I am working on a project that involves making a dynamic link library, so I want to test it in …

c++ dll project add-in visual-studio-2015
A good project tree browser for Emacs?

Do you know of a good project tree browser for Emacs other than the Emacs Code Browser (ECB)? The features …

emacs project
Projects/Package Naming Convention?

I just know only naming convention of variable, constant, method... but I don't know naming convention of project and package. …

java c++ project
What does the .csproj file do?

Usually a C# project has a .csproj file associated with it. What is that file for? What data does it …

c# visual-studio project file-extension csproj
How do I build a solution programmatically in C#?

How do I build a C# solution programmatically? I should be able to pass the path of a solution and …

c# msbuild build project solution