Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 381 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 381 Bytes

design-patterns

About

In this section I will study the concepts of Design-Patterns, using typescript to practice the contents


Difficulty level to learn ( Me )

🟦 - basic
🟨 - intermediare
🟧 - hard

Progress 💙

  • Factory Method

Learned 💖

  • [🟦] - Singleton - 'unique instance'
  • [🟧] - Builder / Composite
  • [🟨] - Prototype