This repo contains my notes on design patterns. Now the example codes are mainly written in C++. Examples wirtten with other programming languages comming soon.
You need to install xmake to build projects in this repo. Simply go to the project and run xmake build
and xmake run
for running examples.
src
: This folder contains all the example codesdoc
: Notes are placed here.