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
206
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,422
  • 7
  • 34
  • 49
184
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
  • 34,602
  • 16
  • 110
  • 145
148
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…
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,421,763
  • 867
  • 9,128
  • 9,194
89
votes
11 answers

Is this Next.JS folder structure recommended?

We have resorted to this following project structure |- pages |- |- index.js # To do a default export of the main component |- MainComponent.jsx # Contains other subcomponents |-…
cross19xx
  • 3,170
  • 1
  • 25
  • 40
89
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,346
  • 4
  • 33
  • 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,326
  • 2
  • 15
  • 17
82
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
  • 18,135
  • 25
  • 89
  • 129
70
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
  • 34,653
  • 44
  • 154
  • 278
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,707
  • 10
  • 68
  • 112
62
votes
8 answers

Templates of Technical and Functional Specs

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? What general tips should I be aware of? My company needs these badly.…
Mike Fielden
  • 10,055
  • 14
  • 59
  • 99
59
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
  • 21,716
  • 41
  • 129
  • 182
58
votes
2 answers

How to manage multiple versions of a project?

I have a project that is open sourced using git for revision control. Soon, I am going to release a premium hosted version of the project as well, but there will be changes made to the code specifically for the premium hosted version (performance,…
Justin
  • 42,716
  • 77
  • 201
  • 296
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,293
  • 3
  • 12
  • 15
1
2 3
99 100