Anti-pattern

From KYNNpedia

An anti-pattern in software engineering, project management, and business processes is a common response to a recurring problem that is usually ineffective and risks being highly counterproductive.<ref name="FOOTNOTEBudgen2003225">Budgen 2003, p. 225.</ref><ref name="FOOTNOTEAmbler19984">Ambler 1998, p. 4.</ref> The term, coined in 1995 by computer programmer Andrew Koenig, was inspired by the book Design Patterns (which highlights a number of design patterns in software development that its authors considered to be highly reliable and effective) and first published in his article in the Journal of Object-Oriented Programming.<ref name="FOOTNOTENeillLaplanteDeFranco20114">Neill, Laplante & DeFranco 2011, p. 4.</ref> A further paper in 1996 presented by Michael Ackroyd at the Object World West Conference also documented anti-patterns.<ref name="FOOTNOTENeillLaplanteDeFranco20114">Neill, Laplante & DeFranco 2011, p. 4.</ref>

It was, however, the 1998 book AntiPatterns that both popularized the idea and extended its scope beyond the field of software design to include software architecture and project management.<ref name="FOOTNOTENeillLaplanteDeFranco20114">Neill, Laplante & DeFranco 2011, p. 4.</ref> Other authors have extended it further since to encompass environmental, organizational, and cultural anti-patterns.<ref name="FOOTNOTENeillLaplanteDeFranco20115">Neill, Laplante & DeFranco 2011, p. 5.</ref>

Definition

According to the authors of Design Patterns, there are two key elements to an anti-pattern that distinguish it from a bad habit, bad practice, or bad idea:

  1. The anti-pattern is a commonly-used process, structure or pattern of action that, despite initially appearing to be an appropriate and effective response to a problem, has more bad consequences than good ones.
  2. Another solution exists to the problem the anti-pattern is attempting to address. This solution is documented, repeatable, and proven to be effective where the anti-pattern is not.

A guide to what is commonly used is a "rule-of-three" similar to that for patterns: to be an anti-pattern it must have been witnessed occurring at least three times.<ref name="FOOTNOTENeillLaplanteDeFranco20116">Neill, Laplante & DeFranco 2011, p. 6.</ref>

Uses

Documenting anti-patterns can be an effective way to analyze a problem space and to capture expert knowledge.<ref name="FOOTNOTEJimenez2006">Jimenez 2006.</ref>

While some anti-pattern descriptions merely document the adverse consequences of the pattern, good anti-pattern documentation also provides an alternative, or a means to ameliorate the anti-pattern.<ref name="FOOTNOTEDemeyer2008102">Demeyer 2008, p. 102.</ref>

Software engineering anti-patterns

In software engineering, anti-patterns include the big ball of mud (lack of) design, the God Class (where a single class handles all control in a program rather than control being distributed across multiple classes), magic numbers (where a unique value with an unexplained meaning or multiple occurrences which could be replaced with a named constant), and Poltergeists (ephemeral controller classes that only exist to invoke other methods on classes).<ref name="FOOTNOTEDemeyer2008102">Demeyer 2008, p. 102.</ref>

Big ball of mud

This indicates a software system that lacks a perceivable architecture. Although undesirable from a software engineering point of view, such systems are common in practice due to business pressures, developer turnover and code entropy.

The term was popularized in Brian Foote and Joseph Yoder's 1997 paper of the same name, which defines the term:

Template:Bquote

Foote and Yoder have credited Brian Marick as the originator of the 'big ball of mud' term for this sort of architecture.<ref>Foote, Brian; Yoder, Joseph (26 June 1999). "Big Ball of Mud". laputan.org. Retrieved 14 April 2019.</ref>

Project management anti-patterns

Project management anti-patterns included in the Antipatterns book include Blowhard Jamboree (an excess of industry pundits), analysis paralysis, Viewgraph Engineering (too much time spent making presentations and not enough on the actual software), Death by Planning (similarly, too much planning), Fear of Success (irrational fears near to project completion), The Corncob (difficulties with people), Intellectual Violence (intimidation through use of jargon or arcane technology), Irrational Management (bad management habits), Smoke and Mirrors (excessive use of demos and prototypes by salespeople), Throw It Over the Wall (forcing fad software engineering practices onto developers without buy-in), Fire Drill (long periods of monotony punctuated by short crises), The Feud (conflicts between managers), and e-mail Is Dangerous (situations resulting from ill-advised e-mail messages).<ref name="FOOTNOTENeillLaplanteDeFranco20115">Neill, Laplante & DeFranco 2011, p. 5.</ref>

See also

References

What supports what

<references group="" responsive="0"></references>

Sources

  • Neill, Colin J.; Laplante, Philip A.; DeFranco, Joanna F. (2011). Antipatterns: Managing Software Organizations and People. Applied Software Engineering Series (second ed.). CRC Press. ISBN 9781439862162.
  • Budgen, D. (2003). Software design. Harlow, Eng.: Addison-Wesley. p. 225. ISBN 0-201-72219-4. As described in Long (2001), design anti-patterns are 'obvious, but wrong, solutions to recurring problems'.
  • Ambler, Scott W. (1998). Process patterns: building large-scale systems using object technology. Cambridge, UK: Cambridge University Press. p. 4. ISBN 0-521-64568-9. ...common approaches to solving recurring problems that prove to be ineffective. These approaches are called antipatterns.
  • Jimenez, Edward (2006-04-24). "AntiPatterns". AntiPatterns. Retrieved 24 April 2006.
  • Demeyer, Serge (2008). "ObjectOriented Reengineering". In Mens, Tom; Demeyer, Serge (eds.). Software Evolution. Springer Science + Business Media. ISBN 9783540764403.

Further reading

  • Koenig, Andrew (March–April 1995). "Patterns and Antipatterns". Journal of Object-Oriented Programming. 8 (1): 46–48.
  • Laplante, Phillip A.; Neill, Colin J. (2005). Antipatterns: Identification, Refactoring and Management. Auerbach Publications. ISBN 0-8493-2994-9.
  • Brown, William J.; Malveau, Raphael C.; McCormick, Hays W.; Thomas, Scott W. (2000). Hudson, Theresa Hudson (ed.). Anti-Patterns in Project Management. John Wiley & Sons. ISBN 0-471-36366-9.
  • Stamelos, Ioannis (January 2010). "Software project management anti-patterns". Journal of Systems and Software. 83 (1): 52–59. doi:10.1016/j.jss.2009.09.016.

External links

Lua error in Module:Authority_control at line 181: attempt to index field 'wikibase' (a nil value).