simple-factory-pattern
There are 13 repositories under simple-factory-pattern topic.
ahmetcanaydemir/insanlar-icin-tasarim-desenleri
Tasarım desenlerinin aşırı basitleştirilmiş Türkçe açıklamaları
DingpingZhang/SimpleFactoryGenerator
A simple factory source generator that enables the pattern to not violate the open-close principle.
kan01234/design-patterns
Project of example of design patterns implement by Java.
KeremTAN/WellsHellGame
This is a demo game running on console. This game is designed to understand the uses of Strategy and Simple Factory Design Patterns.
mishra-27/Short-Cake-Cafe-Java-DP-Project
Java Design Pattern Mini Project
alexandra-valkova/DesignPatterns
Some design patterns (Singleton, Simple and Abstract Factory, Builder, Facade, Adapter, Chain of Responsibility, Mediator) examples written in C#
aadeetyeah/DesignPatterns
Design Patterns Repository.
walexhenrique/poketerminal-game
Um projeto de game de Pokemon (Simplificado) via terminal, utilizando conceitos de OOP, TDD e design patterns (Strategy e SimpleFactory)
jimmyjazz31/CS665Assign3
Design Patterns, SimpleFactory, Abstract Factory, Director, Builder
alexgrigoras/sport_equipment
Windows application for choosing the sports equipment.
bryanvanhuyneghem/Software-Development
Software Development and Design labs
SteveLin100132/dynamic-class
dynamic-class 是一個用於動態類別實例化的 TypeScript 函式庫,主要目標是更高效地實現 Design Pattern(設計模式)中的簡單工廠(Simple Factory)。透過動態類別裝飾器與動態類別工廠,開發者可以使用別名或類別名稱來動態建立類別實例、降低耦合度,提升擴展性,讓新類別可以無縫整合以及簡化 Factory Pattern 的實作,無需手動維護 Mapping Table。
yuhsiang237/PDF-Factory
基於PDF產製的工廠模式實作-簡單工廠模式