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
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
  • 11,043
  • 8
  • 61
  • 84
48
votes
13 answers

How to add TODOs and track project issues in Android Studio (NOT in sources)

I am writing a new better version of my old Android project that will fix a lot of UI bugs but also has a better design, needed for integration of some new features. As I go through the source I can see all my old and new TODOs in the source, but…
RumburaK
  • 1,985
  • 1
  • 21
  • 30
44
votes
5 answers

Breaking a project's first User Story in to tasks

I'm starting a new project from scratch and have written User Stores to describe how a given user will interact with the system. But, I'm having trouble understanding how to break the first user story in to tasks without the first one becoming an…
PaulH
  • 7,759
  • 8
  • 66
  • 143
43
votes
5 answers

Subversion repository statistics, other than StatSVN?

Are there other open source/free packages for producing repository statistics for a Subversion repository? I've tried StatSVN but it seems to be incompatible with the logfiles for Subversion 1.5 and above. Note, I know that TortoiseSVN has some…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
40
votes
10 answers

IntelliJ IDEA not showing my module/project

Suddenly, IntelliJ IDEA is showing the following module view with a strange yellow colour in the background. I don't know how to get my module back, because it is not being shown: Do you know how can I see my project folder back? Thanks
38
votes
15 answers

How much of the Mythical Man Month still applies?

This book was written in the era of time sharing systems, procedural programming, and about 30 fewer years in software engineering experience. With the improvement of things such as existing libraries, higher level languages, IDES, and the amount of…
Jared
  • 39,513
  • 29
  • 110
  • 145
38
votes
25 answers

Why should my team adopt source control?

I have the opportunity to give a formal presentation to my boss about anything that benefits the company. My idea is to adopt source control in my workplace. I have been using Mercurial to manage my own project at work, but the rest of the team…
mhd
  • 4,561
  • 10
  • 37
  • 53
37
votes
7 answers

How did you sign a contract to an Agile project? (not how you think you would, how you did)

To execute an Agile project you first need a contract. No contract – no project! No project – no Agile, SCRUM or whatsoever! The contract, if we are talking about mid to big projects, must have well defined safety triggers. I.e. customers want to be…
Dandikas
  • 2,426
  • 2
  • 24
  • 32
35
votes
1 answer

Git: Ahead and Behind together. How to solve?

I have a commit with 1 ahead and 6 behind. What should I do in this situation? I think, that solution might be like this: git push and after git pull But I think, it can solve only Behind. Maybe I am wrong. -------*------*-----*-----*-----B …
gaussblurinc
  • 3,642
  • 9
  • 35
  • 64
34
votes
4 answers

Code version change "rules"

I know that there are no fixed rules about software version control but I have several questions. 1) How to upgrade versions correctly I have a small software that I started a while ago and since i started from scratch I started with version 0.1. As…
RaptorX
  • 331
  • 1
  • 9
  • 19
34
votes
10 answers

What are some recommended plugins for Trac?

In particular, I need a more full fledged version of Trac to support robust project management, and task tracking. I went through the plugins and literally found over 50 that looked promising. My question is to the admins/users of Trac: which…
torial
  • 13,085
  • 9
  • 62
  • 89
34
votes
37 answers

What should the penalty/response for missing a deadline be?

Being relatively new to the software industry I have come across a question of deadline enforcement: Back in the idyllic age of academia, the deadline was the end of the semester and the penalty was a well defined 'F' (or local equivalent). Out…
Arthur Ulfeldt
  • 90,827
  • 27
  • 201
  • 284
33
votes
15 answers

Too hard a project? What do you do?

What do you do when you get assigned a project that is just way too hard to do: Say it's a mammoth project and your boss thinks you alone can handle it You have knowledge to do somethings, but some other things are a little beyond your expertise at…
Worried
33
votes
9 answers

Role of Testers in Agile?

I work in a team which has been doing the traditional waterfall method of development for many years. Recently, we've been told that future projects are going to be moving towards an agile (particularly Scrum) methodology. It so happens that my…
Doldrim
  • 485
  • 2
  • 5
  • 10
32
votes
14 answers

How far do you go with YAGNI?

I am developing a new revolutionary web application for the enterprise market. Sure, many before me thought that their web app would be revolutionary only to find out it isn't. (Or it is, but the business is not good anyway). So I'm am thinking, in…
flybywire
  • 261,858
  • 191
  • 397
  • 503