gang-of-four-design-patterns
There are 67 repositories under gang-of-four-design-patterns topic.
cpp-modern-design-patterns
Modern design patterns in C++ (Solid, Gang of Four, etc.)
strategy-pattern
The aim of this project is to showcase how can one use strategy pattern to describe a bunch of algorithms, put each of them into a separate class, and make their objects interchangeable. In simple words, it allows us to change the algorithm independently without changing the client using it. Strategy pattern can be seen as another name for dependency injection.--
GoF-Patterns
Gang of Four are the best Programming practices that are alreadt defined and used when need arises.
factory-pattern
The aim of this project is to show case how to create types of classes(which originate from an Interface/Abstract class) and create objects dynamically. Otherwise, without factory method pattern, we have to create objects at compile time which increases coupling but also code harder to extend for future requirements. --
dart-design-patterns
Design patterns implemented in Dart
design-patterns
Simple Examples explaining Design Patterns in Java
DesignPatterns
Design Patterns and Design Principles with their best practices and description
design-patterns
Notes and Python implementation of Design Patterns popularized by the Gang of Four.
coding-java
Some java coding exercise
Java-Design-Patterns
:desktop_computer: :keyboard: :computer_mouse: Gang Of Four Design patterns Implementations in Java
nodejs-design-patterns
13 most common object oriented design patterns as applied to node.js projects
design-patterns
Code examples of all the Gang of Four (GoF) design patterns
DesignPatterns
Design Patterns in Java
DesignPatterns
C# Implementation Examples of Selected GOF Design Patterns
design-patterns
Design Patterns in C#
Design-Patterns
🎯 My example implementation of some of the popular design patterns
Design-Patterns
Collection of 23 Gang of Four design patterns implementations in C#.
as-ess_trading_platform
Practical assignment for Software Architectures course in UMinho
lw19-gof-patterns
GoF design patterns, which were discussed in the Learning Week 2019, implemented in JavaScript using ES6 classes.
DesignPatternInKotlin
Gang of Four design patterns in kotlin
Patterns
This repo contains sample projects with an example implementation of some Patterns in C#
design-patterns
A quick guide for learnging about Gang of Four Design patterns. Contains some sample implementaion using pattens also
gof-design-patterns
My personal stab at implementing Gang of Four (GoF) Design Patterns
design-patterns-kotlin-java
Commonly used (Gang of Four) design pattern examples using Kotlin and Java (coming soon)
Design-Patterns
Design pattern implementations using java
PaqueteriaArquitectura
Patrones Arquitectonicos para ejemplo de clase
DesignPatterns
Implementing design patterns in Java for practicing