
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. 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 by
Apel et al.
Context
The term feature means the same for software as it does for any kind of system. For example, the British Royal Navy's
HMS Dreadnought (1906) was considered an important milestone in naval technology because of its advanced features that did not exist in
pre-dreadnought battleships.
Feature also applies to computer
hardware. In the early history of computers, devices such as
Digital Equipment Corporation
Digital Equipment Corporation (DEC ), using the trademark Digital, was a major American company in the computer industry from the 1960s to the 1990s. The company was co-founded by Ken Olsen and Harlan Anderson in 1957. Olsen was president until ...
's
PDP-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 use
wire wrap, as well as being the first to use the proprietary DEC
Flip-Chip module which was invented in the same year.
Feature also applies to concepts such as a programming language.
The
Python programming language is well-known for its feature of using
whitespace characters (spaces and tabs) instead of
curly braces to indicate different blocks of code.
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.
The
Institute of Electrical and Electronics Engineers
The Institute of Electrical and Electronics Engineers (IEEE) is an American 501(c)(3) public charity professional organization for electrical engineering, electronics engineering, and other related disciplines.
The IEEE has a corporate office ...
(IEEE) defines feature in the (obsolete) standard for software test documentation
IEEE 829 as a "distinguishing characteristic of a software item (e.g., performance, portability, or functionality)".
Although feature is typically used for a positive aspect of a software system, a
software bug
A software bug is a design defect ( bug) in computer software. A computer program with many or serious bugs may be described as ''buggy''.
The effects of a software bug range from minor (such as a misspelled word in the user interface) to sev ...
is also a feature but with negative value.
Examples
The terminal emulator
xterm
xterm is the standard terminal emulator for the X Window System. It allows users to run programs which require a command-line interface.
If no particular program is specified, xterm runs the user's Unix shell, shell. An X display device, dis ...
has many notable features, including compatibility with the
X Window System, the ability to emulate a VT220 and VT320 terminal with ANSI color, and the ability to input
escape sequences using a
computer mouse
A computer mouse (plural mice; also mouses) is a hand-held pointing device that detects Plane (mathematics), two-dimensional motion relative to a surface. This motion is typically translated into the motion of the Cursor (user interface)#Po ...
or other similar device, and the ability to run on multiple different
Unix-like
A Unix-like (sometimes referred to as UN*X, *nix or *NIX) operating system is one that behaves in a manner similar to a Unix system, although not necessarily conforming to or being certified to any version of the Single UNIX Specification. A Uni ...
operating systems (e.g.
Linux
Linux ( ) is a family of open source Unix-like operating systems based on the Linux kernel, an kernel (operating system), operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically package manager, pac ...
,
AIX,
BSD, and
HP-UX).
Feature-rich and feature creep
''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 of
progressive 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.
Sometimes, feature-rich is considered a negative attribute. The terms
feature creep,
software bloat, and ''featuritis'' refer to software that is ''overly'' feature-rich. This type of excessive inclusion of features is in some cases a result of
design by committee.
To counteract the tendency of software developers to add additional, unnecessary features, the
Unix philosophy
The Unix philosophy, originated by Ken Thompson, is a set of cultural norms and philosophical approaches to Minimalism (computing), minimalist, Modularity (programming), modular software development. It is based on the experience of leading devel ...
was developed in the 1970s by
Bell Labs
Nokia Bell Labs, commonly referred to as ''Bell Labs'', is an American industrial research and development company owned by Finnish technology company Nokia. With headquarters located in Murray Hill, New Jersey, Murray Hill, New Jersey, the compa ...
employees working on the
Unix operating system such as
Ken Thompson and
Dennis Ritchie. The philosophy can be summarized as: software programs should generally only complete one primary task and that "small is beautiful".
See also
*
Feature-oriented programming
*
Product family engineering
*
Software design
Software design is the process of conceptualizing how a software system will work before it is implemented or modified.
Software design also refers to the direct result of the design process the concepts of how the software will work which co ...
*
Software testing
Software testing is the act of checking whether software satisfies expectations.
Software testing can provide objective, independent information about the Quality (business), quality of software and the risk of its failure to a User (computin ...
*
Application lifecycle management
*
Feature creep
*
Scope creep
*
Overengineering
References
{{reflist
External links
Official IEEE website