This is going to be the noobist of all noob questions, but what exactly is scope creep, what does it entail?
相关问题
- Name for a method that has only side effects
- Best way to keep the user-interface up-to-date?
- Multi-pass C preprocessor [closed]
- should I write more descriptive function names or
- Open a new tab in firefox and keep ff in the backg
相关文章
- Should client-server code be written in one “proje
- Algorithm for maximizing coverage of rectangular a
- Is there an existing solution for these particular
- What is Scope Creep? [closed]
- How can I modify .xfdl files? (Update #1)
- What is the best algorithm to shuffle cards? [clos
- Hashtable and list side by side?
- Regular expression which matches at least two word
Scope creep is any change to the originally agreed on specification/project scope/definition. The change could be due to discovery of prior unknowns, internal/external market changes, technology changes or plan ole' sponsors wanting something more. It negatively impacts the project when there is no change control process in place to review and accept or reject the change.
features, budget, schedule: pick any 2 but not all 3
Scope creep is like pornography: you know it when you see it.
When you start your project, you set certain parameters. These parameters are your scope. You should think about what your project is supposed to do, how much will it cost, and how much time is it going to take to complete. When more functionality, time, money.... creeps into the project this can be referred to as "scope creep",
Wikipedia expresses it more completely than I could.
Scope creep "refers to uncontrolled changes in a project's scope. This phenomenon can occur when the scope of a project is not properly defined, documented, or controlled. It is generally considered a negative occurrence that is to be avoided."
Source.