

A feature is "a prominent or distinctive user-visible aspect, quality, or characteristic of a software system or systems", as defined by Kang et al.[1] At the implementation level, "it is a structure that extends and modifies the structure of a given software in order to satisfy a stakeholder’s requirement, to implement and encapsulate a design decision, and to offer a configuration option", as defined byApel et al.[2]
The term feature means the same for software as it does for any kind of system. For example, the British Royal Navy'sHMS Dreadnought (1906) was considered an important milestone in naval technology because of its advanced features that did not exist inpre-dreadnought battleships.[3]
Feature also applies to computerhardware. In the early history of computers, devices such asDigital Equipment Corporation'sPDP-7 minicomputer (created in 1964) was noted for having a wealth of features, such as being the first version of the PDP minicomputer series to usewire wrap, as well as being the first to use the proprietary DECFlip-Chip module which was invented in the same year.[4][5]
Feature also applies to concepts such as a programming language. ThePython programming language is well-known for its feature of usingwhitespace characters (spaces and tabs) instead ofcurly braces to indicate different blocks of code.[6]
Another similar high-level, object oriented programming language,Ruby, is noteworthy for using the symbols "@" and "$" to highlight different variable scopes, which the developers claim improves code readability. Its developers also claim that one of its important features is a high amount of flexibility.[7]
TheInstitute of Electrical and Electronics Engineers (IEEE) defines feature in the (obsolete) standard for software test documentationIEEE 829 as a "distinguishing characteristic of a software item (e.g., performance, portability, or functionality)".[8]
Although feature is typically used for a positive aspect of a software system, asoftware bug is also a feature but with negative value.
The terminal emulatorxterm has many notable features, including compatibility with theX Window System, the ability to emulate a VT220 and VT320[9] terminal with ANSI color, and the ability to inputescape sequences using acomputer mouse or other similar device, and the ability to run on multiple differentUnix-like operating systems (e.g.Linux,AIX,BSD, andHP-UX).[10]
Feature-rich describes a software system as having many options and capabilities.
One mechanism for introducing feature-rich software to the user is the concept ofprogressive disclosure, a technique where features are introduced gradually as they become required, to reduce the potential confusion caused by displaying a wealth of features at once.[11]
Sometimes, feature-rich is considered a negative attribute. The termsfeature creep,software bloat, andfeaturitis refer to software that isoverly feature-rich.[12] This type of excessive inclusion of features is in some cases a result ofdesign by committee.[13]
To counteract the tendency of software developers to add additional, unnecessary features, theUnix philosophy was developed in the 1970s byBell Labs employees working on theUnix operating system such asKen Thompson andDennis Ritchie. The philosophy can be summarized as: software programs should generally only complete one primary task and that "small is beautiful".[14][15]
{{cite book}}: CS1 maint: others (link)