About 3,280 results
Open links in new tab
  1. Design Patterns - refactoring.guru

    Design Patterns are typical solutions to commonly occurring problems in software design. They are blueprints that you can customize to solve a particular design problem in your code.

  2. Refactoring and Design Patterns

    Design Patterns are typical solutions to commonly occurring problems in software design. They are blueprints that can be taken and customized to solve a particular design problem in your …

  3. The Catalog of Design Patterns - refactoring.guru

    The catalog of design patterns grouped by intent, complexity, and popularity. The catalog contains all classic design patterns and several architectural patterns.

  4. What's a design pattern? - refactoring.guru

    Design patterns are typical solutions to commonly occurring problems in software design. They are like pre-made blueprints that you can customize to solve a recurring design problem in …

  5. Code Examples of Design Patterns - refactoring.guru

    Code examples of design patterns in various languages: C#, C++, Go, Java, PHP, Python, Ruby, Rust, Swift, TypeScript, and more.

  6. Patrones de diseño / Design patterns

    Los patrones de diseño (design patterns) son soluciones habituales a problemas comunes en el diseño de software. Cada patrón es como un plano que se puede personalizar para resolver …

  7. Classification of patterns - refactoring.guru

    This book covers three main groups of patterns: Creational patterns provide object creation mechanisms that increase flexibility and reuse of existing code. Structural patterns explain …

  8. Modern Book on Design Patterns: Dive Into Design Patterns

    The book Dive Into Design Patterns illustrates 22 classic design patterns, and 8 design principles that these patterns are based on. Each chapter starts with a real-world software design …

  9. Design Patterns in Java

    Builder Lets you construct complex objects step by step. The pattern allows you to produce different types and representations of an object using the same construction code.

  10. Patrons de conception / Design patterns

    Les patrons de conception (design patterns) sont des solutions classiques à des problèmes récurrents de la conception de logiciels. Chaque patron est une sorte de plan ou de schéma …