template-pattern
There are 46 repositories under template-pattern topic.
kiat/OOP-Design-Patterns
OOP Design Patterns Code Examples
rajan2275/Python-Design-Patterns
Python Design Patterns
dslsyeoh/design-patterns-exercise
Practice exercise for design patterns
akormous/design-patterns
A collection of C++ projects implementing various object-oriented design patterns.
rohitksingh/Design_Patterns_aka_Hawai_Baatein
Repository which contains simple code implementation of different Design Pattern.
KeremTAN/CarFactory
This is a fictional system software which runs on console. This system is designed to understand the uses of Template Method and Iterator Design Patterns.
ChuliangYang/CleanArchitecture
A sample app in Kotlin, using Uncle Bob's clean architecture + MVVM + Android Architecture Components +DataBinding + RxKotlin, Dagger android, Retrofit, following SOLID principles and common design patterns. Check out this https://github.com/ChuliangYang/MaterialTabPage for MVP and regular MVVM version
HacettepeCSCoders/Template-Method-Pattern-BBM486Project
BBM486 - Payroll Project with Template Method Pattern
pallavJha/DesignPatterns
DesignPatterns in Java 8. Practices after reading from Head First Design Patterns
Nowshadjunaed/Design-Pattern
Design pattern is a general, reusable solution to a commonly occurring problem within a given context in software engineering
Electrostat-Lab/Articular-ES
An entity component system (ECS) framework featuring strong articulations among components from different systems through controller interfaces. 'Everything is a Component' & 'ECS Modules' is what makes it special!
Hasanaltan-cpu/DesignPatterns-2
In this repository, i will explain design patterns and which problems can be solved via these patterns.I especially try to use real world scenario.
Houshangian/Design-Pattern
Simple Examples for GOF Design patterns
javamultiplex/java-design-pattern
This repository contains all the design patterns with example.
matiux/php-design-patterns
PHP Design Patterns - Basato sul libro Head First Design Patterns Book - Based on Head First Design Patterns Book
Narges-NJN/zombies-vs-plants
JavaFX Game - Final Term project - Advance programming with Java course
riyadomf/Design-Patterns-Java
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
ValenButtignol/oo-design-final
A set of programs to practice the design patterns from the book "Head First Design Patterns"
bishu21/PhonePeSnakeAndLadder
Phonepe machine coding on Snake and Ladder
furkanozev/Object-Oriented-Analysis-Design
Object Oriented Analysis and Design (JAVA Language) Design Patterns, Java GUI
hirishu10/design-patterns
Design Patterns
MainaGeorge/DesignPatterns
This is a project with some basic implementations of design patterns in .net. It is meant to be a guide to the reasoning and insight to the popular design patterns
nhathao512/E-Commerce-DP
E-Commerce website allow users to sign in, sign up. In this application, they can also view the products without having an account, but for checkout a product. Absolutely, they must be a memeber of E-Commerce system.
CSUI-Adpro/tutorial-2
Behavioral Design Pattern: Command Pattern and Template Pattern.
DanielB159/HypernymyFinder
this repository contains the code for the HypernimyFinder - a program that finds the hypernyms of a given word based on a given corpus
hi-shekhar/low_level_design
Implementation of several LLD using Typescript
Keita18/Java_Problems
Java Design Patterns: this module contains java design patterns like Strategy Pattern, Template Pattern, Abstract Factory Pattern
Ksenijacv/Software_System_For_Repair_Services
This software manages computer repair service records in a Java-based Client-Server System with MySQL Integration. It includes an In-between Communication Side called Zajednicki and consists of ServerskiProgram (Server-side) and KlijentskiProgram (Client-side).
VadimFor/DSS-Teoria
3º. Obligatoria
hsynalv/AspNetCore_DesignPatterns
Design Patterns with Asp.Net Core
josephedwardchang/If-Else-Replacement-Pattern
Tutorial for replacement of if-else construct in C#. You have to program that replacement into objects, using a blend of template & chain-of-responsibility design pattern. Advanced topic for devs
junior92jr/django-synchronizer-template
Django project demonstrating the Template Method pattern, using atomic transactions, bulk create/update, and API data synchronisation with automated tests.
mehzabin-haque/Online-Shop-Platform-Utilizing-Design-Patterns
This e-commerce platform is implemented in Java and incorporates three design patterns to enhance its functionality and maintainability: Strategy, Mediator, and Template Method. By incorporating these design patterns, this e-commerce platform becomes more flexible, scalable, and maintainable.
mic-devs/Curtin_OOSE_Assignment1_WBS
Assignment 1 of the Object Oriented Software Engineering Unit. A WBS application used for estimating task efforts that utilises template and composite pattern
sophearyrin-dev/CS525-ASD
CS525-MIU
tarcnux/design_patterns_typescript
Coletânia básica de padrões de projetos em Typescript para fins de estudos