Software Peter principle
Template:Short description Template:Multiple issues
The Software Peter principle is used in software engineering to describe a dying project which has become too complex to be understood even by its own developers.
It is well known in the industryScript error: No such module "Unsubst". as a silent killer of projects, but by the time the symptoms arise it is often too late to do anything about it.Script error: No such module "Unsubst". Good managers can avoid this disaster by establishing clear coding practices where unnecessarily complicated code and design is avoided.
The name is used in the book C++ FAQs (see below), and is derived from the Peter principle – a theory about incompetence in hierarchical organizations.
Causes
Loss of conceptual integrity
The conceptual integrity of software is a measure of how well it conforms to a single, simple set of design principles, according to The Mythical Man Month.Template:Sfn When done properly, it provides the most functionality using the simplest idioms. It makes software easier to use by making it simple to create and learnScript error: No such module "Unsubst"..
Conceptual integrity is achieved when the software’s design proceeds from a small number of agreeing individualsScript error: No such module "Unsubst".. For software to maintain conceptual integrity, the design must be controlled by a single, small group of people who understand the code (including the nature of how all the subroutines and variables interact) in depthScript error: No such module "Unsubst"..
In projects without a strong software architecture team, the task of design is often Script error: No such module "Unsubst". combined with the task of implementation and is implicitly delegated among the individual software developers Script error: No such module "Unsubst".. Under these circumstances, developers are less likely to sacrifice personal interests in favor of the interests of the productScript error: No such module "Unsubst".. The complexity of the product grows as a result of developers adding new designs and altering earlier ones to reflect changes in fashion and individual tasteScript error: No such module "Unsubst"..
Programmer incompetence
Good software developers understand the importance of communicating with people over communicating with the computer, according to Code Complete.Template:Sfn Studies showed that programmers spends more than 50% of their time communicating with people, while the actual programming may only take up as little as 15% to 10%, depending on the level of seniority.Template:SfnTemplate:SfnTemplate:SfnTemplate:Sfn
Maintenance programmers spend 50 to 60 percent of their time trying to understand the code they have to maintain and a software program will have, on average, 10 generations of maintenance programmers in its lifetimeScript error: No such module "Unsubst"..
Programmer inexperience
Programmers sometimes make implementation choices that work but have unintended negative consequences. The most common of these mistakes are cataloged and referred to as smells in the book Refactoring.Template:Sfn Over time, many such implementation choices degrade the software’s design, making it increasingly difficult to understand.
See also
- Template:Annotated links
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
References
Literature
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "citation/CS1".
- Script error: No such module "Citation/CS1".
- Script error: No such module "citation/CS1".