marjan3 / design-patterns-gof

Java implementation of the Gang of four design patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gang of Four Design Patterns - Java implementation

Design Patterns GOF Java is a java implementation of the Gang of Four Design Patterns. Included within the implementations are multiple versions of a single pattern as well to further demonstrate the pattern usage. Also, these implementations can serve as reference for implementing a design pattern.

Getting started

To get a local copy up and running follow these simple example steps.

Prerequisites

This section will describe requirements needed to satisfy the installation or running of the project.

  • Java 1.8
  • Maven

Nice to have

  • Intellij

Build

  • git clone https://github.com/Tanevski3/design-patterns-gof.git
  • cd ./design-patterns-gof
  • mvn clean install

Test

  • Run mvn test

Future changes

  • Add more versions for each pattern

Contact

For contact, you can reach me at marjantanevski@outlook.com.

License

MIT © Marjan Tanevski

About

Java implementation of the Gang of four design patterns


Languages

Language:Java 100.0%