Table of Contents
This project is about Design Patterns in Python that includes the S.O.L.I.D. principles and the Gamma Categorization for 23 design patterns classified into Creational, Behavioral and Structural based on Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin.
- Clone the repository
git clone https://github.com/jpcadena/design-patterns.git
- Change the directory to root project
cd design-patterns
- Install Poetry package manager
pip install poetry
- Install the project's dependencies
poetry install
- Activate the environment
poetry shell
- Execute with console
python main.py
Please read our contributing guide for details on our code of conduct, and the process for submitting pull requests to us.
For security considerations and best practices, please refer to our Security Guide for a detailed guide.
We enforce a code of conduct for all maintainers and contributors. Please read our Code of Conduct to understand the expectations before making any contributions.
Distributed under the MIT License. See LICENSE for more information.