Questions tagged [scope-creep]

6 questions
14
votes
15 answers

Best way to avoid scope creep as a developer with no project management

I'm a s/w developer in a small internal IT department within a financial firm and have worked on a number of small-medium sized projects that have had little or no project management throughout. This seems to always result in scope creep and…
HAdes
  • 15,789
  • 18
  • 54
  • 74
13
votes
10 answers

How to tell a project manager "NO" to scope creep

While project managers may each have their own personality and management style, it seems that many of them have a pernicious love of sneaking in "scope creep" when they can (whether anyone is watching or not). While they usually mean well (bless…
Don Music
  • 340
  • 3
  • 10
10
votes
13 answers

What is Scope Creep?

This is going to be the noobist of all noob questions, but what exactly is scope creep, what does it entail?
user18411
6
votes
14 answers

when a bug for client is really a new feature

I read what-payment-structure-do-you-use-for-small-projects and I wonder how you guys are dealing with bug vs. feature. I once had a situation where a client wanted static reports. Then near the end of the project after most of the work on reports…
IAdapter
  • 55,820
  • 69
  • 166
  • 236
5
votes
6 answers

When do you blow the scope creep whistle?

Most people have been here at some point or another - in your project, you get really small requests along the way that you're happy to take care of, but at some point the little things add up. Sometimes it takes less time to implement something…
Brandon
  • 13,354
  • 15
  • 67
  • 108
0
votes
3 answers

Should I always store a string of HTML instead of printing out portions of it at time?

I've come across dozens of scripts in which html is echo'd out instead of being stored. I'm wondering if it's generally a good practice of always storing the html in a string due to the flexible nature? A random example would be that I have a…
meder omuraliev
  • 171,706
  • 64
  • 370
  • 423