https://github.com/codelytv/design-patterns
https://github.com/codelytv/design-patterns
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codelytv/design-patterns
- Owner: CodelyTV
- Created: 2022-07-21T11:10:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T17:38:34.000Z (over 1 year ago)
- Last Synced: 2025-05-28T00:38:13.504Z (8 months ago)
- Language: Java
- Size: 715 KB
- Stars: 23
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Design Patterns
๐ชต
Showcase of the OOP design patterns catalog illustrated with practical examples in different programming languages.
โญ Star this repository
ยท
โ๏ธ Propose an example
## ๐ฅ Related courses
* ๐ญ Creational Design Patterns course
* ๐ Behavioral Design Patterns course
## ๐ชต Design pattern
๐ทโ Work in progress
## ๐คฏ How to explore this repository
๐ทโ Work in progress
## ๐ Examples completeness
The examples you will find in this repository are completely operational projects that you can open up in your IDE and start refactoring executing the provided test suite.
That is, we understand that in order to have a better learning experience, you must have the whole picture of the specific code snippet you actually want to analyze. This gives you the freedom to modify it right away after cloning this project without having to worry about _boilerplaty aspects_.
## ๐ค Contributing
Feel free to open an issue explaining how you want to contribute before starting out coding and we will help you figuring out the best way to approach it ๐