Jump to content

Search results

Showing results for software design patterns. No results found for Software design patternn.
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • In software engineering, a software design pattern or design pattern is a general, reusable solution to a commonly occurring problem in many contexts...
    47 KB (3,180 words) - 07:53, 6 May 2025
  • Design Patterns: Elements of Reusable Object-Oriented Software (1994) is a software engineering book describing software design patterns. The book was...
    16 KB (1,772 words) - 15:26, 9 June 2025
  • disciplines, particularly software engineering. An organized collection of design patterns that relate to a particular field is called a pattern language. This language...
    6 KB (729 words) - 11:25, 6 November 2024
  • attributes of the system. Software architecture patterns operate at a higher level of abstraction than software design patterns, solving broader system-level...
    4 KB (354 words) - 11:42, 17 July 2025
  • Software architecture pattern is a reusable, proven solution to a specific, recurring problem focused on architectural design challenges, which can be...
    2 KB (138 words) - 09:58, 30 June 2025
  • Software design is the process of conceptualizing how a software system will work before it is implemented or modified. Software design also refers to...
    20 KB (2,647 words) - 23:40, 24 January 2025
  • anti-patterns. It was, however, the 1998 book AntiPatterns that both popularized the idea and extended its scope beyond the field of software design to...
    10 KB (1,133 words) - 20:01, 20 June 2025
  • Anti-patterns are commonly used ways of doing software engineering that are not useful or cause more issues than they solve. See design patterns for the...
    4 KB (302 words) - 11:12, 15 June 2025
  • Thumbnail for Singleton pattern
    well-known "Gang of Four" design patterns, which describe how to solve recurring problems in object-oriented software. The pattern is useful when exactly...
    10 KB (937 words) - 03:15, 2 July 2025
  • In software engineering, the blackboard pattern is a behavioral design pattern that provides a computational framework for the design and implementation...
    3 KB (255 words) - 19:18, 10 November 2024
  • computer programming, the strategy pattern (also known as the policy pattern) is a behavioral software design pattern that enables selecting an algorithm...
    10 KB (970 words) - 23:06, 11 July 2025
  • The facade pattern (also spelled façade) is a software design pattern commonly used in object-oriented programming. Analogous to a façade in architecture...
    8 KB (814 words) - 01:13, 21 July 2025
  • Thumbnail for Factory (object-oriented programming)
    method or factory function. The factory pattern is the basis for a number of related software design patterns. In class-based programming, a factory is...
    21 KB (2,594 words) - 05:46, 5 October 2024
  • architectural pattern used in software design. It aims at creating loosely coupled application components that can be easily connected to their software environment...
    8 KB (887 words) - 12:14, 23 May 2025
  • In software engineering, the adapter pattern is a software design pattern (also known as wrapper, an alternative naming shared with the decorator pattern)...
    20 KB (1,913 words) - 13:55, 27 March 2025
  • Design patterns in computer science are used by software engineers during the actual design process and when communicating designs to others. Design patterns...
    12 KB (1,416 words) - 00:48, 22 November 2024
  • Pattern-Oriented Software Architecture is a series of software engineering books describing software design patterns. David E. DeLano of C++ Report praised...
    6 KB (395 words) - 10:15, 20 June 2025
  • In software engineering, behavioral design patterns are design patterns that identify common communication patterns among objects. By doing so, these patterns...
    4 KB (475 words) - 20:17, 8 June 2025
  • In software engineering, creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner...
    8 KB (938 words) - 03:39, 3 March 2024
  • A visitor pattern is a software design pattern that separates the algorithm from the object structure. Because of this separation, new operations can be...
    35 KB (3,978 words) - 15:16, 16 July 2025
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)