factory-method-pattern
There are 194 repositories under factory-method-pattern topic.
JakubVojvoda/design-patterns-cpp
C++ Design Patterns
Junzhuodu/design-patterns
C++ Implementation for 23 Design Patterns
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.
ehsangazar/design-patterns-cpp
All Design Patterns Samples in C++
ehsangazar/design-patterns-php
All Design Patterns Samples in PHP
sergeyleschev/design-patterns
Design large-scale systems / 2022 / Design Patterns: Behavioral, Creational, Structural, etc. @ S.Leschev. Google Engineering Level: L6+
sergeyleschev/ios-dev-skills
iOS Dev Skills. Performance Review. @ S. Leschev. Google Engineering Level: L7+
hoangsonww/Software-Design-Patterns
🎨 A comprehensive exploration of object-oriented design patterns, featuring fully implemented examples like inheritance, composition, observers, decorators, and factory methods. Built with Java to demonstrate their real-world applications in scalable and maintainable software design.
verloka/DesignPatterns
Design Patterns: Elements of Reusable Object-Oriented Software
samujjwaal/Design-Pattern-Code-Generator
Object-oriented design and implementation of a Design Pattern Code Generator
entelo/industrialist
Industrialist manufactures factories that build self-registered classes.
kadir-code/DesignPatterns
In this project, I tried to apply some design patterns with sample projects.
KeremTAN/Creational-Patterns-Benchmark
This project has been carried out with the aim of observing and examining the object production performances of creational design patterns.
YAS-SIIN/DesignPatterns
Design paterns
faisalkarimi/typeScript-design-patterns-
Typescript Design Patterns
nadiacomanici/DesignPatterns-Creational
"Design Patterns în C#: Partea 1: Șabloane creaționale" - Nadia Comanici - Inregistrarea cursului: https://www.youtube.com/playlist?list=PLF3C06z30q27tl1Kxtzmq3TufmWuO179K
iampranabray/Design-Patterns-Dart
This repository contains sample code and explanations for various Object-Oriented Programming Design Patterns implemented in Dart language.
Julen-Smith/Patrones-de-diseno
Repositorio dedicado a trabajar con cada tipo de patron de diseño
pallavJha/DesignPatterns
DesignPatterns in Java 8. Practices after reading from Head First Design Patterns
RidvanOrun/DesignPatterns
In this project, I explain design patterns and some patterns application.
samujjwaal/IntelliJ-DP-Generator-Plugin
Object-oriented design and implementation of an IntelliJ Plugin for a Design Pattern Code Generator with a type name clash checking functionality
ZahraHeydari/CreationalDesignPatternsSample
Including Builder, Factory method, Abstract Factory, Prototype and Singleton
Itchimonji/refactoring-switch-statements-in-angular
The Factory Method Pattern to avoid switch statements in Angular
ananeridev/factory-pattern-products
Project example about Factory Pattern
cenkerkumlucali/design-patterns
Creational design patterns in C#: Abstract Factory, Builder, Factory, Factory Method, Object-Pool, Prototype, Singleton.
jankapunkt/js-class-privacy
Create a given ES6 class with private members using Proxy and closures. Keeps class code clean, encourages SRP and DRY.
m-zakeri/D4T
Design for testability
vishwanathdc/BankApplication
Bank Application in Java with Factory and Observer pattern, interface, encapsulation and abstraction
belei-bohdan/samples-design-patterns
A collection of code examples that demonstrate various design patterns used in software development.
furkanisitan/design-patterns-in-csharp
Design Pattern Examples in C#
janigowski/wikipedia-streams
🛠️📚🌐 Discover the dynamic pace of Wikipedia's development. This project leverages React, the Factory Pattern, and Server-Sent Events (SSE) to deliver a real-time stream of updates.
KirstenZa/xtend-etai
The ETAI library (Extraction, Traits, Adaption, Implementation) contains several Active Annotations for Xtend.
SedatD/DesignPatterns
Playground for Design Patterns
una-eif204-progra2-master/dp-creational-factorymethod
Factory method is a creational design pattern which solves the problem of creating product objects without specifying their concrete classes.