Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amkhrjee/design-patterns
Source code illustrating different design patterns.
https://github.com/amkhrjee/design-patterns
design-patterns
Last synced: about 1 month ago
JSON representation
Source code illustrating different design patterns.
- Host: GitHub
- URL: https://github.com/amkhrjee/design-patterns
- Owner: amkhrjee
- Created: 2023-01-13T10:34:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T12:49:31.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T04:37:46.887Z (7 months ago)
- Topics: design-patterns
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# design patterns code examples
This repo contains source code illustrating different design patterns. Although for the most part the code resemble the code examples provided in the highly recommended book "Head First Design Patterns", published by O'Reilley, I have made my own changes to the code wherever I found necessary. Therefore, this repo is in no way an honest refernce for the code examples provided in the HFDP book.
This repo is meant to be a reference for folks who already have a basic idea about the design patterns, therefore, the code are not commented enough (PRs are welcome!) for someone unfamiliar with the design patterns and principles.