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
13
votes
10 answers

How do you get clients to use your bug tracking system?

on larger projects i use a simple bug tracking system that's designed to be used by clients i have a lot of trouble convincing clients to use it (they send bug reports via email) does anyone have any strategies they can suggested? also, i have been…
louism
  • 1,639
  • 12
  • 31
13
votes
9 answers

are projects with high developer turn over rate really a bad thing?

I've inherited a lot of web projects that experienced high developer turn over rates. Sometimes these web projects are a horrible patchwork of band aid solutions. Other times they can be somewhat maintainable mosaics of half-done features each…
John
  • 32,403
  • 80
  • 251
  • 422
13
votes
12 answers

Protection of code from its own developers

Perhaps the most obvious way of protecting a company's intellectual property from its own developers seems to be an NDA - Non Disclosure Agreement. Effectiveness of this approach may vary, depending on many factors, and sometimes or somewhere it may…
13
votes
9 answers

How to develop seamlessly in both VC++ 2010 and VC++ 2008 on the same work?

I'd like to synchronize a VC++ 2010 project with a VC++ 2008 one. Is it even possible? Basically, if I'm adding/deleting/renaming a file to a project in VS2010, I'd like it to be added/deleted/renamed to the corresponding VS2008 project. Project…
13
votes
6 answers

How do you structure your SVN repository?

What is better? A: server:1080/repo/projectA/trunk/... branches/branch1 branches/branch2 branches/branch3 tags/tag1/... …
Juve
  • 10,584
  • 14
  • 63
  • 90
13
votes
12 answers

What tool do you use to do burndown charts?

do you use a tool? or just manually make them?
Keith Nicholas
  • 43,549
  • 15
  • 93
  • 156
13
votes
7 answers

Managing user stories for a large project

We are just starting on a pretty big project with lots of sub projects. we don't currently use any kind of named process but I am hoping to get some kind of agile/scrumlike process in by the back door. The area I will be focusing on most is having a…
Loofer
  • 6,841
  • 9
  • 61
  • 102
12
votes
11 answers

When is an API overengineered?

I despise working with overengineered APIs that don't make simple things simple. Nonetheless, I'm working on designing an API for an open-source library and I'm starting to feel that I'm falling into the overengineering trap. I really can't tell…
dsimcha
  • 67,514
  • 53
  • 213
  • 334
12
votes
22 answers

What tools are available for a team leader & members to manage tasks (Agile programming)

I are working in a small development team of 4 people. We are trying develop "Agile style" - story points, small tasks, etc... Unfortunately, we are currently managing our tasks in a (shared) excel table. We looked at some available tools (Mingle,…
ripper234
  • 222,824
  • 274
  • 634
  • 905
12
votes
12 answers

How did you estimate the time you will spent before starting a web development project?

It feels really bad when you told your client or the manager that this can be finished by 10 days but you spent 20 days to get a point even not deployed to live yet. Any experience can share with me about how did you estimated the time spent on a…
Shuoling Liu
  • 491
  • 6
  • 19
12
votes
2 answers

Project management/build tools for a Django project?

Coming from Java development where build and project management tools abound, I'd like to know what's available for Django. I'd really like to use something like Maven for building things, but is there another preferred way of doing it? I'm really…
12
votes
7 answers

Documents for a project?

I work for a CMMI level 5 certified company and one thing I hate about is the amount of documents we prepare (As a programmer I already hate documents). We have lots and lots of documents like PID(project initiation doc), Business requirements,…
Shoban
  • 22,920
  • 8
  • 63
  • 107
12
votes
8 answers

Skunk Works Projects

Skunk Works Project: A project carried out by one part of a company without the knowledge of the remainder of the company. Looking for stories about any skunk works projects you've worked on or initiated: Was it successful? Were you found out?…
Patrick Cuff
  • 28,540
  • 12
  • 67
  • 94
12
votes
7 answers

Do you need a project management system if you work alone?

Do you need a project management system if you work alone? I mean a project management system that includes issue tracking, wiki, etc. Currently I keep my issues in a very good organizer software and I keep project documentation in Word files (and…
nightcoder
  • 13,149
  • 16
  • 64
  • 72
12
votes
7 answers

What do you do when you're suddenly thrown onto a large project?

I recently started a career in software development after graduating a couple of years ago in CS. The current project I'm on is a large ongoing project that has it's origins in the 90s with a mix of C, C++, and Java. There are multiple platforms…
SFWPolo
  • 129
  • 2