Design Patterns in C++, Python or Rust
In this repo, I am going to store examples of design patterns that I have used or studied.
Examples taken from the following books and webpages: . Practical Python Design Patterns Pythonic Solutions to Common Problems - Wessel Badenhorst . https://www.tutorialspoint.com/design_pattern/
Patterns: 1- Model View Controller (MVC) 2- Factory and Abstract Factory Pattern 3- Singleton 4- Prototype 5- Builder 6- Adapter 7- Decorator 8- Facade 9- Proxy 10- Chain of Responsability
To run the code: 1- Go to the folder 2- create virtual environment: virtualenv env 3- pip install -r requirements.txt