Skip to content
#

simple-factory-pattern

Here are 14 public repositories matching this topic...

DesignPatterns

Some design patterns (Singleton, Simple and Abstract Factory, Builder, Facade, Adapter, Chain of Responsibility, Mediator) examples written in C#

  • Updated Sep 17, 2024
  • C#

dynamic-class 是一個用於動態類別實例化的 TypeScript 函式庫,主要目標是更高效地實現 Design Pattern(設計模式)中的簡單工廠(Simple Factory)。透過動態類別裝飾器與動態類別工廠,開發者可以使用別名或類別名稱來動態建立類別實例、降低耦合度,提升擴展性,讓新類別可以無縫整合以及簡化 Factory Pattern 的實作,無需手動維護 Mapping Table。

  • Updated Feb 11, 2025
  • JavaScript

Improve this page

Add a description, image, and links to the simple-factory-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the simple-factory-pattern topic, visit your repo's landing page and select "manage topics."

Learn more