Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: factory-method

DingpingZhang/SimpleFactoryGenerator

A simple factory source generator that enables the pattern to not violate the open-close principle.

Language: C# - Size: 147 KB - Last synced: 29 days ago - Pushed: 7 months ago - Stars: 42 - Forks: 7

rarissimaavis/Programmazione-Avanzata

Language: Python - Size: 145 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 2 - Forks: 0

d-alejandro/patterns

Design Patterns, PHP 8, Abstract Factory, Adapter, Builder, Chain of Responsibility, Command, Composite, Decorator, Dependency Injection, Facade, Factory Method, Mediator, Mock Object, Observer, Proxy, Repository Criteria, Singleton, State, Strategy, Template Method, Visitor

Language: PHP - Size: 15.6 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 6 - Forks: 0

RefactoringGuru/design-patterns-dart

Design Pattern Examples in Dart

Size: 7.4 MB - Last synced: 2 months ago - Pushed: about 1 year ago - Stars: 59 - Forks: 16

iosbrain/Swift-Factory-Design-Pattern

An Xcode 9 project, written in Swift 4, demonstrating how to implement the factory method design pattern.

Language: Swift - Size: 13.7 KB - Last synced: 7 months ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

joseederangojr/refactoring-guru

own implementation for design-patterns in refactoring-guru

Language: TypeScript - Size: 23.4 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

Jagepard/PhpDesignPatterns-FactoryMethod

FactoryMethod

Language: PHP - Size: 87.9 KB - Last synced: 10 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

Jagepard/JavaDesignPatterns-FactoryMethod

FactoryMethod

Language: Java - Size: 8.79 KB - Last synced: 10 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Jagepard/CsDesignPatterns-FactoryMethod

FactoryMethod

Language: C# - Size: 8.79 KB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

ruliancruz/lpooii-pizzaria Fork of cirosobral/lpooii-pizzaria

Project for the Object Oriented Programming Language II subject

Language: Java - Size: 16.6 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

eeoooue/Design-Patterns

Learning the 'Gang of Four' design patterns.

Language: C# - Size: 216 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

ThaliaLevy/design-patterns

Disponíveis exemplos de padrões de projetos em Java, como SOLID, Factory Method, Abstract Factory, Builder, Bridge, entre outros.

Language: Java - Size: 81.1 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

Itchimonji/design-patterns-in-angular

Deprecated | new project: https://github.com/Itchimonji/design-patterns-in-typescript

Language: TypeScript - Size: 85.9 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 28 - Forks: 10

e-tramontana/IS-Lez-5

Un esempio di Factory Method

Language: Java - Size: 17.6 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

Minisiia/FactoryMethodMavenHibernate

Create a new database using MySQLWorkbench, Maven project and set it up properly, hibernate.cfg.xml settings file, create with using hibernate a new table with initial value.

Language: Java - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

quynhchi1009/FactoryMethod

Factory Method is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.

Language: Java - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

InnoFang/oh-my-design-patterns

🎨 Record the articles and code I wrote while learning design patterns

Language: Java - Size: 977 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 33 - Forks: 8

android-code/design-patterns

This is repository of http://androidcode.pl blog design patterns section. It shows uses of design patterns in Java and Android. Most of them are formed and named by Gang of Four

Language: Java - Size: 104 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 17 - Forks: 7

williamkoller/typescript-design-pattern-factory-method

Design Pattern - Factory Method

Language: TypeScript - Size: 8.71 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 3 - Forks: 0

xdanielsb/patterns

Good practices to create code in Java, open to other languages. :zap:

Language: Java - Size: 10.4 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 14 - Forks: 5

davidrezende/kotlin-patterns

Implementação e resumo de design patterns em kotlin

Language: Kotlin - Size: 251 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

OSSpk/Factory-Singleton-and-Strategy-Design-Patterns_Examples

🐉 Solved problems demonstrating the use of Factory, Singleton and Strategy Design Patterns using Java. These problems were solved during the course "Object Oriented Analysis and Design CS309"

Language: Java - Size: 48.8 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

ShiauweiZhao/FactoyModeTest

c++11 factorymode

Language: C++ - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

br0wsa/YogaApp

From Scratch - Développement Web

Language: JavaScript - Size: 1.21 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

br0wsa/-Cours-Javascript-Apprendre-Javascript-de-A-Z-La-POO-5-6

From Scratch - Développement Web

Language: JavaScript - Size: 806 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

KazaKago/Factolize

Generate Android's Activity & Fragment factory method.

Language: Java - Size: 284 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 5 - Forks: 0

Gwolner/mensagem-gof-factory-method

Envio de mensagens que faz uso do padrão de projeto (design patterns) Factory Method.

Language: Java - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

rito328/php-design-patterns-factory-method

PHP Design Patterns - Factory Method Pattern Sample

Language: PHP - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

dzui42unit/AbstractVM

AbstractVM is a machine that uses a stack to compute simple arithmetic expressions. These arithmetic expressions are provided to the machine as basic assembly programs.

Language: C++ - Size: 1.37 MB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

maiconheck/desmistificando-design-patterns

Repo da talk que fiz: "Desmistificando Design Patterns" no #poaneters

Language: C# - Size: 354 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 2 - Forks: 0

SylwiaGargula/Diagrams-and-patterns

Language: Java - Size: 1.39 MB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

juniormayhe/GangOfFourDesignPatterns

Creational, Structural, Behavioral useful design patterns in C#

Language: C# - Size: 19.5 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 1

kalelc/ruby-design-patterns

Language: Ruby - Size: 13.7 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

coppolaop/Pushdown-Automaton

Application of Pushdown Automatons using the Design Pattern Factory Method

Language: Java - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

Related Keywords