Questions tagged [project-management]

PROJECT MANAGEMENT QUESTIONS ARE OFF-TOPIC. Please ask these questions on ProjectManagement.SE - https://pm.stackexchange.com

Note that as of February 7th, 2011, the Project Management Stack Exchange Site, launched in Beta. Questions on StackOverflow with the project-management tag may get better results on that site. Check out the PMSE FAQ to get a better idea of whether or not your question would get better answers if asked there.

Project management is the discipline of planning, organizing, securing, and managing resources to achieve specific goals, as defined in the Wikipedia Article on Project Management.

Projects are, in general, temporary. Projects generally have a project owner, project manager, and a team. The project manager of the team is not a functional manager or direct supervisor of the team, but is instead a person responsible for the project schedule and the overall success of the project.

Many times, projects involve members of different functional skills or disciplines who are brought together temporarily to meet a common goal. Once the project is complete, the team may disband.

1496 questions
9
votes
4 answers

What are the tipping points for team size vs process overhead?

At what point in a team's growth must process change drastically? A lone coder can get away with source control and a brain. A team trying to ship large prepackaged software to local and international markets must have a bit more in place. If…
Steve Steiner
  • 5,299
  • 4
  • 32
  • 43
9
votes
5 answers

What is Your Experience with TaskJuggler?

We are an all Unix shop (Solaris, Linux). This last product cycle I returned to a project lead capacity, and needed to produce a schedule. I asked what tools my managers would accept, and was surprised to hear "text files". My teammate and I gamely…
Don Wakefield
  • 8,693
  • 3
  • 36
  • 54
9
votes
5 answers

File and Folder structure of a App/Project based in C

What would be the general structure of a App/Project based in C Programming language. libs, includes, header files. etc etc. What would be the class structure. (in OOps) need to be scalable and other features. Something like main.cpp main.h does…
coderex
  • 27,225
  • 45
  • 116
  • 170
9
votes
10 answers

Is internationalizing later really more expensive?

Most people would agree that internationalizing an existing app is more expensive than developing an internationalized app from scratch. Is that really true? Or when you write an internationalized app from scratch the cost of doing I18N is just…
flybywire
  • 261,858
  • 191
  • 397
  • 503
9
votes
3 answers

Support for auto generated "Release notes" in GitLab

We are planning on migrating from Jira+Gerrit to GitLab. One important feature that we are using in Jira is the auto generation of release notes. Question: Is there any similar functionality in GitLab?
hfm
  • 567
  • 2
  • 7
  • 24
9
votes
4 answers

How to achieve effective democratic governance for an Open Source project?

How to successfully implement democratic (non-BDFL controlled) type of management for the open source project? More specifically - for the project using distributed source repositories. What style of communication is best to adopt in such…
Evgeny
  • 10,698
  • 9
  • 60
  • 70
9
votes
6 answers

When is an agile iteration considered complete?

I am working on a team that is exploring the possibility of adopting agile development practices. One question that we are running up against is deciding when an iteration (sprint) should complete. Let's say we've defined our feature backlog, and…
LBushkin
  • 129,300
  • 32
  • 216
  • 265
9
votes
9 answers

Promoting Couch-DB to management

I've run a series of somewhat brutal tests against CouchDB 0.10 and it handled itself well (ex. the server's netstack caved in but best I can tell CouchDB was still functioning ). Unfortunately none of that really matters if I can't convince…
David
  • 17,673
  • 10
  • 68
  • 97
9
votes
5 answers

Big picture planning with Agile

I did some fairly thorough reading and searching through SO and didn't find anything on this topic, so hopefully I'm not creating a dupe. If this has been asked before I would appreciate a link. I work for an enterprise development shop that is…
RationalGeek
  • 9,425
  • 11
  • 62
  • 90
9
votes
5 answers

Is Maven suitable for a small Java project?

Being a beginner in Java SE development, I am quite interested in using Maven to manage and organize my project properly. However, though I am more than willing to learn how to use it, I don't want to spend more time understanding Maven than…
Aeronth
  • 804
  • 1
  • 6
  • 16
9
votes
6 answers

How to compete on a scarce spec'd project to avoid team death-march

I'm time+cost estimating a semi-complex software solution, that hasn't got specific requirements in about 75% of features. I would still like to make as good estimate as possible, by getting additional data from the client. There will still be parts…
Robert Koritnik
  • 103,639
  • 52
  • 277
  • 404
8
votes
3 answers

Best practice to share common libraries between solutions in .NET

We have pool of MSVS solutions (Solution "A", "B", "C", ... ) that share basic functionality in assembly called "Common.dll". There are 3-5 active solutions (that are under developing) while others are passive and hardly ever be rebuilt.…
Andrew Florko
  • 7,672
  • 10
  • 60
  • 107
8
votes
3 answers

Visual Studio Plug-in to measure time spent on Solution/Project

does anyone know of a Visual Studio (2008) Plug-in that attempts to track how long you've spent working on any given Solution or Project? I realize this would be difficult, like at work I might leave a Solution open all day, but only work on it for…
8
votes
5 answers

Managing Milestones and Web development Project

I am trying to implement Trac+SVN. But am encountering a project management issue. To give you a background, most of my projects are related to web development (they go thru phases like design, programming, testing etc.). Now I am implementing Trac…
Alec Smart
  • 94,115
  • 39
  • 120
  • 184
8
votes
1 answer

How to create a Maven project in Eclipse with AspectJ support?

It seems that one has to choose between "AspectJ project" which uses some Eclipse-specific configuration or "Maven project" and then trying to get the XML configuration for AspectJ right. Is there some Eclipse feature that I'm missing or is there a…
soc
  • 27,983
  • 20
  • 111
  • 215