Skip to content

Repository files navigation

Design Pattern Studies

Status: Alive

This repository contains implementations of Design Patterns (or atleast how I understood them), with examples of random day-to-day contexts.

Where I study them:

Currently Implementations:

⚠️The last one in the list may still be being implemented.⚠️

Vet Visitor

  • Patern: Visitor [Behavioral]
  • What it does: Separate from classes that inherit from the same superclass/interface an new responsability that despite being similar, it's implemented on a different way.
  • Theme: Veterinary

Cold Desserts

  • Pattern: Prototype [Creational]
  • What it does: Facilitate the cloning of objects by delegating for theirselves the cloning responsability.
  • Theme: Ice-Cream Parlor

Database Simulation

  • Pattern: Singleton [Creational]
  • What it does: Creates a single entry point for a class in your entire code, really useful when you cannot have multiple accesses to the same thing such as Database connections hanging around.
  • Theme: An prototype of a working virtual Database.

About

This repository contains implementations of my studies of Design Patterns.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages