Skip to main content

Questions tagged [scope-creep]

1 vote
2 answers
246 views

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 ...
caeus's user avatar
  • 129
-2 votes
2 answers
319 views

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 ...
Little Pizza's user avatar
0 votes
1 answer
159 views

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 ...
Douglas Gaskell's user avatar
12 votes
3 answers
520 views

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 ...
Derrick Miller's user avatar
6 votes
6 answers
3k views

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 ...
Corion's user avatar
  • 730
13 votes
4 answers
1k views

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 ...
Cole Tobin's user avatar
  • 1,533
5 votes
5 answers
441 views

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’...
Callum's user avatar
  • 51
8 votes
6 answers
543 views

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 ...
TehBoyan's user avatar
  • 1,295
18 votes
4 answers
666 views

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 "...
nivlam's user avatar
  • 2,850