Skip to content

technolingo/design_patterns

Repository files navigation

Common OOP Software Design Patterns

Creational

  • Builder
  • Factory
  • Prototype
  • Singleton

Structural

  • Adaptor
  • Bridge
  • Composite
  • Decorator
  • Façade
  • Flyweight
  • Proxy

Behavioural

  • Chain of Responsibility
  • Command
  • Interpreter
  • Iterator
  • Mediator
  • Memento
  • Observer
  • State
  • Strategy
  • Template Method
  • Visitor

Principles

  • SOLID
    • Single-responsibility
    • Open–closed
    • Liskov substitution
    • Interface segregation
    • Dependency inversion

About

Common Software Design Patterns & Principles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages