• An anti-pattern in software engineering, project management, and business processes is a common response to a recurring problem that is usually ineffective...
    10 KB (1,128 words) - 22:34, 14 September 2024
  • Thumbnail for Singleton pattern
    In Object-oriented programming, the singleton pattern is a software design pattern that restricts the instantiation of a class to a singular instance....
    11 KB (997 words) - 12:35, 27 August 2024
  • AntiPatterns: Refactoring Software, Architectures, and Projects in Crisis is a book about anti-patterns: specific repeated practices in software architecture...
    4 KB (356 words) - 17:43, 16 December 2020
  • more complex way of connecting objects. Critics of the pattern argue that it is an anti-pattern which obscures dependencies and makes software harder to...
    5 KB (574 words) - 20:37, 15 January 2024
  • Algorithmic skeleton Anti-pattern Architectural pattern Canonical protocol pattern Debugging patterns Design pattern Distributed design patterns Double-chance...
    44 KB (2,860 words) - 12:01, 10 September 2024
  • Thumbnail for Dark pattern
    A dark pattern (also known as a "deceptive design pattern") is "a user interface that has been carefully crafted to trick users into doing things, such...
    26 KB (2,674 words) - 13:11, 22 September 2024
  • model § Examples. Style guide Design paradigm Anti-pattern Dark pattern Alexander, Christopher (1977). A Pattern Language: Towns, Buildings, Construction....
    6 KB (729 words) - 17:26, 1 July 2024
  • Anemic domain model (category Anti-patterns)
    The anemic domain model is described as a programming anti-pattern where the domain objects contain little or no business logic like validations, calculations...
    10 KB (1,156 words) - 07:59, 3 June 2024
  • Lava flow (programming) (category Anti-patterns)
    In computer programming jargon, lava flow is an anti-pattern that occurs when computer source code written under sub-optimal conditions is deployed into...
    3 KB (348 words) - 21:24, 30 June 2024
  • Action at a distance is an anti-pattern in computer science in which behavior in one part of a program varies wildly based on difficult or impossible to...
    5 KB (623 words) - 16:56, 13 May 2024
  • God object (category Anti-patterns)
    methods, or some combination of both. The god object is an example of an anti-pattern and a code smell. A common programming technique is to separate a large...
    4 KB (436 words) - 16:19, 6 September 2023
  • On Unix-like platforms, usage messages usually follow the same common pattern: They often begin with "Usage:" , the command, followed by a list of arguments...
    3 KB (446 words) - 15:27, 9 September 2024
  • Poltergeist (computer programming) (category Anti-patterns)
    invoke methods in another, more permanent class. It is considered an anti-pattern. The original definition is by Michael Akroyd 1996 - Object World West...
    3 KB (313 words) - 07:57, 3 June 2024
  • Thumbnail for Universal Camouflage Pattern
    The Universal Camouflage Pattern (UCP) is a digital military camouflage pattern formerly used by the United States Army in their Army Combat Uniform. Technicians...
    29 KB (2,448 words) - 02:44, 20 September 2024
  • Thumbnail for Workaround
    computer programming workarounds are often used to address a problem or anti-pattern in a library, such as an incorrect return value. When the library is...
    8 KB (839 words) - 13:39, 19 July 2024
  • it is hard to get right. Some consider it to be an anti-pattern. There are valid forms of the pattern, including the use of the volatile keyword in Java...
    19 KB (2,135 words) - 01:29, 30 October 2023
  • Magic pushbutton (category Anti-patterns)
    The magic pushbutton is a common anti-pattern in graphical user interfaces. At its core, the anti-pattern consists of a system partitioned into two parts:...
    6 KB (898 words) - 15:47, 3 March 2024
  • Call super (category Anti-patterns)
    Call super is a code smell or anti-pattern of some object-oriented programming languages. Call super is a design pattern in which a particular class stipulates...
    6 KB (711 words) - 01:26, 16 July 2023
  • software engineering, an amelioration pattern is an anti-pattern formed when an existing software design pattern was edited (i.e. rearranged, added or...
    1 KB (115 words) - 21:50, 12 February 2024
  • OS/360 on the 360 series, which happened in 1964. Engineering portal Anti-pattern Feature creep Inner-platform effect Osborne effect Sophomore slump Unix...
    3 KB (241 words) - 23:52, 22 September 2024
  • specialists[who?] in this field who consider balking more of an anti-pattern than a design pattern. If an object cannot support its API, it should either limit...
    3 KB (391 words) - 09:14, 12 August 2024
  • Database-as-IPC (category Anti-patterns)
    In computer programming, Database-as-IPC may be considered an anti-pattern where a disk persisted table in a database is used as the message queue store...
    3 KB (303 words) - 19:15, 3 July 2024
  • Inner-platform effect (category Anti-patterns)
    inefficient and such systems are often considered to be examples of an anti-pattern. Examples are visible in plugin-based software such as some text editors...
    5 KB (557 words) - 16:19, 5 July 2024
  • Thumbnail for Antinuclear antibody
    such as anti-Ro antibodies, anti-La antibodies, anti-Sm antibodies, anti-nRNP antibodies, anti-Scl-70 antibodies, anti-dsDNA antibodies, anti-histone...
    54 KB (6,097 words) - 21:43, 28 June 2024
  • front (BMUF) and big requirements up front (BRUF). These are viewed as anti-patterns within agile software development. Proponents of the waterfall model...
    8 KB (1,011 words) - 15:54, 25 July 2024
  • Thumbnail for Reinventing the wheel
    up with a worse result than the standard (a square wheel). This is an anti-pattern which occurs when the engineer is unaware or contemptuous of the standard...
    7 KB (914 words) - 20:15, 2 July 2024
  • Thumbnail for Interface bloat
    Interface bloat (category Anti-patterns)
    operations. Interface bloat is an example of an anti-pattern. One might consider using visitor pattern, Adapter Pattern, or interface segregation instead. Interface...
    4 KB (405 words) - 17:42, 29 September 2024
  • Stovepipe system (category Anti-patterns)
    — DOE 1999 A stovepipe system is generally considered an example of an anti-pattern, particularly found in legacy systems. This is due to the lack of code...
    2 KB (256 words) - 03:43, 9 November 2023
  • Analysis paralysis (category Anti-patterns)
    appear at every decision point. Analysis paralysis is an example of an anti-pattern. Agile software development methodologies explicitly seek to prevent...
    15 KB (1,737 words) - 10:47, 10 September 2024
  • Thumbnail for Shotgun surgery
    Shotgun surgery (category Anti-patterns)
    Shotgun surgery is an anti-pattern in software development which occurs when a developer adds features to an application codebase which span a multiplicity...
    5 KB (699 words) - 21:50, 20 March 2024