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.

1531 questions
198
votes
9 answers

Duplicate and rename Xcode project & associated folders

I would like to be able to duplicate an entire Xcode project, rename the project and the associated files without Xcode going mental, and without having to manually re-import all files to the project.
Sammio2
  • 7,162
  • 7
  • 32
  • 48
185
votes
16 answers

I need this baby in a month - send me nine women!

Under what circumstances - if any - does adding programmers to a team actually speed development of an already late project?
Ed Guiness
  • 33,233
  • 16
  • 102
  • 141
139
votes
12 answers

How do you maintain development code and production code?

What are the best practices and rules-of-thumb to follow while maintaining code? Is it good practice to have only the production ready code in the development branch, or should untested latest code be available in the development branch? How do you…
119
votes
13 answers

How different is Scrum practice from Agile Practice?

Mostly people say Scrum and Agile interchangeably but what is the difference between Scrum Practice as compared to Agile Practice ?
Rachel
  • 91,207
  • 112
  • 255
  • 361
96
votes
14 answers

Project management to go with GitHub

(EDIT: This question is now outdated for my particular issue, as Google Code supports git now and I've converted Protocol Buffers to Mercurial anyway. However, it's still of general interest, IMO.) My C# Protocol Buffers Port uses github for its…
Jon Skeet
  • 1,261,211
  • 792
  • 8,724
  • 8,929
92
votes
10 answers

How does Scrum work when you have multiple projects?

I'm fairly well read in the benefits and processes of Scrum. I get the ideas on the backlog, burndown charts, iterations, using user stories, and other various concepts of the Scrum "framework". With that said... I work for a web development firm…
Tim Knight
  • 8,248
  • 4
  • 31
  • 32
86
votes
11 answers

Redmine best practices

What tips and "standards" do you use in your Redmine project management process? Do you have a standard wiki insert template you could share or a standard way to work a project using bugs features tasks and support issues? Do you let issues and…
ChuckB
  • 1,286
  • 2
  • 15
  • 17
81
votes
9 answers

How should I structure complex projects in C?

I have little more than beginner-level C skills and would like to know if there are any de facto "standards" to structure a somewhat complex application in C. Even GUI based ones. I have been always using the OO paradigm in Java and PHP and now that…
Josh
71
votes
51 answers

Do you inflate your estimated project completion dates?

If so why? How much? I tend to inflate mine a little because I can be overly optimistic.
Jamey McElveen
  • 17,547
  • 25
  • 86
  • 126
62
votes
3 answers

What's a good way to organize projects with shared dependencies in Mercurial?

Currently, I'm moving from a legacy version control system and moving my group's project to mercurial. As one example of the kinds of code I'm moving, I have a 25+ project Visual Studio solution, containing several separate application areas that…
Robert P
  • 15,185
  • 8
  • 66
  • 110
62
votes
8 answers

Templates of Technical and Functional Specs

So basically I am looking for good templates for writing both technical and functional specs on a project or work request. What do you use? How deep do you get while writing the specs? Any additional general tips you could provide would be…
Mike Fielden
  • 9,777
  • 14
  • 54
  • 93
60
votes
10 answers

Separate "include" and "src" folders for application-level code?

This questions concerns mostly Unix/Linux style C++ development. I see that many C++ libraries store their header files in a "include" folder and source files in an "src" folder. For the sake of conformance I adopted this in my own code. But it is…
StackedCrooked
  • 32,392
  • 40
  • 137
  • 267
60
votes
9 answers

Free alternative to Atlassian Greenhopper/PivotalTracker?

I'm working with my brother on a website idea we have, and we'd like to use a tool to plan sprints and assign estimates to individual tickets. Atlassian's JIRA+Greenhopper looks fantastic but costs $20/month and at this stage we're just validating…
sergserg
  • 19,010
  • 36
  • 118
  • 175
54
votes
7 answers

Trac vs. Redmine

I'm working in research and my bioinformatics work group needs a project management software for keeping track of multiple projects (Linux environment). Originally, we planned for using TRAC but then I got aware of REDMINE. Moreover, I read in some…
Bionicman303
  • 1,123
  • 3
  • 11
  • 15
54
votes
12 answers

Giving estimates for large scale projects in an Agile Environment

My firm just got its first large-scale development project inquiry and I would like to use an Agile process. The client has a vision for the application but openly admits to having very few requirements and recognizes that we will have to charge by…
Chance
  • 10,029
  • 6
  • 55
  • 73
1
2 3
99 100