Questions tagged [scope-creep]
9 questions
19
votes
4 answers
How to manage scope creep?
We often receive last minute requests from the business asking for an extra feature to be implemented. The project manager is usually responsible for filtering out these requests as "must haves" or "nice to have", but there are cases where the…

nivlam
- 2,840
- 3
- 23
- 20
12
votes
3 answers
How to educate business managers on the complexity of adding new features?
We maintain a web application for a client who demands that new features be added at a breakneck pace. We've done our best to keep up with their demands, and as a result the code base has grown exponentially. There are now so many modules,…

Derrick Miller
- 247
- 1
- 3
12
votes
4 answers
How do I avoid feature creep on a solo project?
So I have a program I'm worked on back in 2011 and all through 2012, but the last release was in December of 2011. I've been actively working on it, but feature creep lured its ugly head and now it is filled with tons on unfinished features.
The bad…

Cole Tobin
- 1,440
- 1
- 15
- 28
8
votes
6 answers
Project estimation with increasing requirements
Making a project estimation with given a requirements set is one thing.
But, what happens when the user suddenly starts changing them on the fly and starts adding new requirements to the already defined set? And even goes to an extent to be mad…

TheBoyan
- 1,285
- 10
- 23
6
votes
6 answers
Is there a name for when a sales team irresponsibly promises non-existent features?
It's a common issue to see a company's sales team promise new features in order to close a sale. Many times these new features are still in development or are still being designed. Sometimes features are sold before the development team even knows…

Corion
- 730
- 6
- 15
5
votes
5 answers
Managing software projects - advice needed
I work for a large government department as part of an IT team that manages and develops websites as well as stand alone web applications.
We’re running in to problems somewhere in the SDLC that don’t rear their ugly head until time and budget are…

Callum
- 51
- 2
1
vote
2 answers
Strategies to abstract away technical details when dealing with transactions
I like programming in such a way that every component/injectable of the applications I build, has a clearly defined scope, and it's easily tested.
With years working as a Developer I've come to ensure every component I declare and implement fits one…

caeus
- 129
- 5
0
votes
1 answer
What process(s) do you often go through when abandoning a team project?
This question is written after insight gained from my previous question here: What factors should influence how I determine when to abandon a small project with a friend?. This question is ideally different, and hopefully written in a less…

Douglas Gaskell
- 630
- 5
- 12
-2
votes
2 answers
When is there a case for refactoring large parts of a codebase at once? (if ever)
I work with a specific engineer (let's call them X) that, even though they have many years of experience in the industry, has a lot of trouble to manage the scope of code changes. For example, say that we as a team have estimated that a task will…

Little Pizza
- 11
- 1