Tagged Questions
The scope-creep tag has no wiki summary.
11
votes
10answers
1k views
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 ...
11
votes
15answers
1k views
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 ...
9
votes
13answers
1k views
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?
5
votes
6answers
266 views
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. ...
5
votes
14answers
568 views
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 ...
0
votes
3answers
56 views
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 ...