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

Topic: "template-method"

kiat/OOP-Design-Patterns

OOP Design Patterns Code Examples

Language: Java - Size: 6.89 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 88 - Forks: 48

InnoFang/oh-my-design-patterns

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

Language: Java - Size: 977 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 33 - Forks: 8

edward-mn/Design-Patterns-

Repository created for solving the exercises in the book and also understanding the specific standards

Language: Pascal - Size: 2.27 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 11 - Forks: 3

kaantas/WaffleShop

Multiple Design Patterns Example

Language: Java - Size: 65.4 KB - Last synced at: 2 days ago - Pushed at: about 8 years ago - Stars: 11 - Forks: 4

ksiminski/design-patterns

Design patterns implemented in C++

Language: C++ - Size: 146 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 9 - Forks: 1

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 at: 9 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

hbrawnak/php-design-pattern

PHP Design Pattern definition with example.

Language: PHP - Size: 34.2 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 8 - Forks: 2

mathiasuy/Design-Patterns

Patrones de diseño / Clase Template C++ / Parciales / Exámenes de Programación 4 de Facultad de Ingeniería UdelaR - Uruguay. Análisis, Diseño e implementación en C++ usando programación orientada a objetos. UML. Design Patterns, Template C++, exercises...

Language: C++ - Size: 4.52 MB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 6 - Forks: 2

pestsov-v/Typescript-OOP-pattern

Examples of design patterns written in TypeScript with a detailed explanation.

Language: TypeScript - Size: 96.7 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 1

rarissimaavis/Programmazione-Avanzata

Language: Python - Size: 145 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

tom-bartk/httperactor

Async interactor for HTTP requests using a template method.

Language: Python - Size: 30.3 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

KamruzzamanAsif/DesignPatterns

This repository contains some Design Pattern, Solid Principles & Refactoring practice codes

Language: Java - Size: 12.2 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

sunmeat/TemplateMethod

template method pattern cpp example [BEHAVIORAL]

Language: C++ - Size: 8.79 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

EpicSharpCode/TemplateMethodExample

Repository with an example of using the "Template Method" pattern

Language: C# - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

never-sleeps/design-patterns

📚 Simple examples of using design patterns. | Фримен Э. Head First. Паттерны проектирования. (2018)

Language: Java - Size: 117 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

rito328/php-design-patterns-template-method

PHP Design Patterns - Template Method Pattern Sample

Language: PHP - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

kalelc/ruby-design-patterns

Language: Ruby - Size: 13.7 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

vlambo3/TemplateMethod---Employment

This repository features two branches: one with the original salary liquidation code and another showcasing the same process restructured using the Template Method pattern. Explore the benefits of enhanced code organization and reusability. Includes JUnit 5 tests for validating email routing logic.

Language: Java - Size: 79.1 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Robson-Teixeira/java-design-patterns-I-loja

Repositório do curso Jornada do Conhecimento de Back-End Java (Nível Intermediário) - Design Patterns em Java I: boas práticas de programação da plataforma Alura.

Language: Java - Size: 25.4 KB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nicovillamonte/eg-template-method-series-peliculas-TS

Traducción al lenguaje TypeScript con NestJS del ejemplo de Series y Peliculas (Template Method) desarrollado por Fernando Dodino originalmente en Kotlin.

Language: TypeScript - Size: 81.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

jether2011/refactoring-pattern-java8

Refactoring to Pattern Java8

Language: Java - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

softwareDesign24/object-oriented-design01

Design Patterns: an example of the Template Method

Language: C++ - Size: 354 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

daniel-pereira-guimaraes/java-design-patterns

Examples of design patterns in Java.

Language: Java - Size: 54.7 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

rubenssleme/03-design-patterns-java

"Como conhecer diversas soluções sem precisar passar por vários anos alternando entre escolhas certas e erradas? Como saber o contexto em que essas soluções são adequadas e quais são as contrapartidas dos benefícios da solução? Felizmente existe uma forma na qual desenvolvedores mais experientes expressam seu conhecimento em um determinado domínio. E então eu apresento os padrões de projeto, os Design Patterns!"

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

MatveyKarachun/encryption-decryption

A simple encryption app with an example of the template method pattern

Language: Java - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

flaviocr2012/Loja-com-Descontos

Trata-se de um sistema que simula uma loja onde orçamentos são feitos para verificar a possibilidade de descontos, bem como calcular o valor do imposto devido sobre o produto adquirido

Language: Java - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

DiniZ44/DesignPatterns

Padrões de Projeto referentes a avaliação da disciplina Arquitetura de Software 2020.1

Language: Java - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Gwolner/tocador-gof-template-method

Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

lelodois/designpatterns

Projeto que abrange diversos design patterns

Language: Java - Size: 237 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

robsoncastilho/RefactoringTemplateMethod

Exemplo de refatoração de código em C# para usar o design pattern Template Method.

Language: C# - Size: 160 KB - Last synced at: 3 months ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

Related Topics
design-patterns 19 observer 14 strategy 13 adapter 9 singleton 9 command 7 java 7 state 6 template-method-pattern 6 proxy 5 chain-of-responsibility 5 iterator 5 composite 5 decorator 5 facade 5 prototype 4 decorator-pattern 4 abstract-factory 4 observer-pattern 4 factory-method 4 factory 4 php 3 cpp 3 strategy-pattern 3 state-pattern 3 bridge 3 builder 3 command-pattern 3 flyweight 3 memento 3 gof 3 object-oriented-programming 2 abstract-factory-pattern 2 mediator 2 singleton-pattern 2 iterator-pattern 2 pattern 2 patterns 2 python 2 java8 2 design-pattern 2 interpreter 2 wrapper 1 structural-patterns 1 template-class 1 stl-map-vector-set 1 parciales-fing-programacion-4 1 curiously-recurring-template 1 patrones-diseno 1 sinleton 1 junit 1 visitor 1 proxy-pattern 1 design-patterns-java 1 design-patterns-implemented-in-java 1 reloj 1 checkstyle 1 wzorce-projektowe 1 csharp 1 refactoring 1 behavioral-patterns 1 refactoring-to-pattern 1 decorators 1 prototype-pattern 1 memento-pattern 1 builder-pattern 1 bridge-pattern 1 adapter-pattern 1 repository-criteria 1 php8 1 patterns-php 1 patterns-design 1 mock-objects 1 dependency-injection 1 cpp-patterns 1 patterns-cs 1 patterns-cpp 1 template-method-cpp 1 factory-pattern 1 arbol 1 calculadora 1 generic-collections 1 makefile-generico 1 typescript 1 nestjs 1 kotlin 1 parametric-collections 1 visitor-pattern 1 template-pattern 1 duplicates-removed 1 duplicate-removal 1 duplicate-finder 1 duplicate-detection 1 boas-praticas 1 alura 1 strategy- 1 singleton- 1 prototype- 1 observer- 1 mediator- 1