https://github.com/dimanu-py/design-patterns
Explanation of different design patterns
https://github.com/dimanu-py/design-patterns
design-patterns java learning-by-doing python
Last synced: 9 months ago
JSON representation
Explanation of different design patterns
- Host: GitHub
- URL: https://github.com/dimanu-py/design-patterns
- Owner: dimanu-py
- License: mit
- Created: 2024-02-20T16:55:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T09:00:45.000Z (over 1 year ago)
- Last Synced: 2025-02-13T21:47:19.077Z (11 months ago)
- Topics: design-patterns, java, learning-by-doing, python
- Language: Java
- Homepage:
- Size: 769 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Design Patterns
[](https://python.org)
[](https://www.oracle.com/java/)
## Project
This repository contains a collection of design patterns that I'll be learning. The main objective is to implement each design pattern using Python and Java to see the differences and gain a deeper understanding of the concept of each design pattern.
The project will have one folder per design pattern. Each folder will contain the following files:
* **README.md**: it should explain the design pattern, with the class diagram and key aspects of the design.
* **python**: implementation of the design pattern in Python
* **java**: implementation of the design pattern in Java
## Patterns covered
1. [Command Pattern](https://github.com/dimanu-py/design-patterns/tree/main/command_pattern)
2. [State Pattern](https://github.com/dimanu-py/design-patterns/tree/main/state_pattern)
3. [Strategy Pattern](https://github.com/dimanu-py/design-patterns/tree/main/strategy_pattern)
## Resources


* Language: [Python](https://www.python.org/) & [Java](https://www.oracle.com/java/)
* Main source: [Head First Design Patterns Book](https://www.amazon.es/First-Design-Patterns-Brain-Friendly/dp/0596007124)
### Visit my GitHub profile for more projects 🚀
[](https://github.com/dimanu-py)