Skip to content

It's always good to remind yourself a bit of design patterns

Notifications You must be signed in to change notification settings

p-sto/design_patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

Design patterns

Implementation of design patterns in C++17, compiled with g++.

Inspired by series of Christopher Okhravi's videos which are based on book Head first - design patterns.
All design patterns from original book by gang of four - Design Patterns, Elements of Reusable Object-Oriented Software are implemented in this repo (or rather - soon be!).

Notes, reflections and personal opinions regarding patterns are here.

Every pattern can be compiled by calling make command in pattern's main directory.

Table of contents:

Creational:

Dealing with problem of creating objects

Structural:

Focusing on relationships between objects

Behavioral:

Focusing on communication between objects

About

It's always good to remind yourself a bit of design patterns

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages