factory-method-pattern
There are 203 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
The-Wand/Wand
Declarative Programming Language 📦 For error-free coding
kadir-code/DesignPatterns
In this project, I tried to apply some design patterns with sample projects.
entelo/industrialist
Industrialist manufactures factories that build self-registered classes.
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
Julen-Smith/Patrones-de-diseno
Repositorio dedicado a trabajar con cada tipo de patron de diseño
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.
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
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
Reda-Ganoutre01/Design-Patterns-java
This repository provides Java implementations of common design patterns. They help make code more modular, reusable, and maintainable.
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.
nichitaa/design-patterns
CLI application that implements some creational, structural and behavioral design patterns in TypeScript.
sangafabrice/process-inspector-mvc
The Process Inspector inspects individual processes and provides an option to stop them. It is a simple GUI application built with PowerShell WinForms and structured on the MVC architecture.
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.
ValenButtignol/oo-design-final
A set of programs to practice the design patterns from the book "Head First Design Patterns"