Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 446 Bytes

File metadata and controls

10 lines (9 loc) · 446 Bytes

design-principles-patterns-architectures

This is a learning-focused repository showcasing key software design patterns. It categorizes patterns into Creational, Structural, and Behavioral types, enriched with real-world examples and detailed documentation.

prefix definition

  1. dp -> Design Pattern
  2. Design Pattern type
    • dp-bh -> Behavioral
    • dp-cr -> Creational
    • dp-st -> Structural
  3. oop -> Object-oriented programming