Feature creep is the excessive ongoing expansion or addition of newfeatures in a product,[1] especially incomputer software,video games (where it should not be confused withpower creep) andconsumer and business electronics. These extra features go beyond the basic function of the product and can result insoftware bloat and over-complication, rather than simple design.
The definition of what qualifies as "feature creep" varies amongend users, where what is perceived as such by some users may be considered practical functionality by others.[2] Feature creep is one of the most common sources ofcost and schedule overruns.[3][verification needed] It thus endangers and can even kill products and projects.
Feature creep may arise from the desire to provide the consumer with a more useful or desirable product in order to increase sales or distribution. Once a product does everything that it is designed to do, the manufacturer may add functions some users might consider unneeded (sometimes at the cost of efficiency) or continue with the original version (at the cost of a perceived lack of improvement).
Feature creep may also arise as a result ofcompromise from a committee implementing several different viewpoints oruse cases in the same product, even for opportunistic reasons.[4] As more features are added to support each approach, cross-conversion features between the multiple paradigms may further complicate the total features.
There are several methods to control feature creep, including: strict limits for allowable features, multiple variations, and pruning excess features.
Later feature creep may be avoided by basing initial design on strong software fundamentals, such as logical separation of functionality and data access, e.g. using submenus that are optionally accessible bypower users who desire more functionality and a higher verbosity of information. It can be actively controlled with rigorouschange management and by delaying changes to later delivery phases of a project.[5]
Another method of controlling feature creep is maintaining multiple variations of products, where features are limited and reduced in the more basic variations, e.g.Microsoft Windows editions. For softwareuser interfaces, viewing modes or operation modes can be used (e.g. basic mode or expert mode), between which the users can select to match their own needs.
Both in manygraphical user interfaces andcommand-line interfaces, users are able to opt in for a higher verbosity manually. In the latter case, in many command-line programs, adding a-v
or--verbose
option manually, does show more detailed information that might be less relevant to minimal users, but useful to power users or for debugging and troubleshooting purposes.
Because the ever-growing, ever-expanding addition of new features might exceed available resources, a minimal core "basic" version of a product can be maintained separately, to ensure operation in smaller operating environments. Using the "80/20 rule", the more basic product variations might fulfill the needs of the majority (e.g. ~80%) of the users, so they would not be subjected to the complexity (or extra expense) of features requested by the advanced 20% of users. The extra features are still available, but optional and ready to be utilized for those who solicit them, but they have not been implemented into the basic versions of the products.
Another solution for feature creep ismodularity. Power users who require more functionality can retrofit needed features by downloading software modules,plug-ins, add-ons (also known as add-ins) and custom themes to match their personal requirements.
At some point, the cost of maintaining a particular subset of features might become prohibitive, and pruning can be used. A new product version can omit the extra features, or perhaps a transition period would be used, where old features weredeprecated before eventual removal from the system. If there are multiple variations of products, then some of them might be phased out of use. One major example is theSamsung Galaxy S6, released March 2015, of which significantly many software/menu features and also some hardware features were pruned. A “more functional” variation of it hasn't been released.[citation needed]
Occasionally, uncontrolled feature creep can lead to products that surpass the scope of what was originally intended; this is known asscope creep. A common consequence of feature creep is the delay or cancellation of a product, which may become more expensive than was originally intended.[citation needed]
Often, a reasonably feature-complete software project, or one with moderate amounts of feature creep, can survive and even thrive through many iterations, but its successor release may suffer substantial delays once a decision is taken to rewrite the whole code base in addition to introducing new technologies. For example, Microsoft'sWindows Vista was planned to be a minor release betweenWindows XP and its successor codenamedWindows "Blackcomb" (released as Windows 7), but after adapting more and more features from Blackcomb (many of which were eventually cancelled), Vista turned out to become a major release which took five years of development.
A similar fate was suffered byNetscape 6, which was originally supposed to beNetscape 5. The 1998 decision by Netscape Communications to open-source its Netscape Navigator browser and Communicator Internet suite (both code-named Mozilla) soon made it obvious that the underlying code was too difficult, and required a complete rewrite of Mozilla, which fostered the creation of theMozilla application framework. This caused significant delays, Netscape 5 was skipped, and the company was purchased by AOL. The subsequent release of Netscape 6.00 in 2000 was widely criticized as alpha-level code, and the project reached stability by Netscape 6.1 in 2001, three years after the decision to rework the Internet suite. By that time, Microsoft's Internet Explorer browser had long-eclipsed Netscape in usage share, which had diminished to single digits.
Even after reaching stability and attaining some necessary new features, the open-sourceMozilla Application Suite (then named just Mozilla), on which AOL built Netscape, was viewed as "bloated". Just a year later, a group of Mozilla developers decided to separate the browser component, which eventually becameFirefox.
Double Fine Adventures'Kickstarter projectBroken Age is another example of a project being delayed by feature creep. Originally supposed to have a release date of October 2012, the first half of the game was released in January 2014 while the second half followed late April 2015, and required two separate funding rounds to complete.[6]
Feature creep combined with short deadlines will often lead to a"hacky solution". The desired change may be large enough to warrant a redesign of the existing project foundation, but deadline pressure instead requires developers to rush and put out a less-refined product. Thespoonerism "feeping creaturism" was coined to emphasize a developer's dislike of this situation,[7] personifying the scope-crept product as "a misshapen creature of hacks ... prowling about in the dark",[8] and the harbinger of more creep to come.[9] ("Feeping" is a jargon synonym of "beeping".)[10]
{{citation}}
: CS1 maint: publisher location (link)