https://github.com/timolinn/design-patterns
Design Patterns implemented in PHP and TypeScript.
https://github.com/timolinn/design-patterns
design-patterns php typescript
Last synced: about 2 months ago
JSON representation
Design Patterns implemented in PHP and TypeScript.
- Host: GitHub
- URL: https://github.com/timolinn/design-patterns
- Owner: timolinn
- License: mit
- Created: 2019-04-01T19:21:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T12:51:03.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T20:32:33.406Z (4 months ago)
- Topics: design-patterns, php, typescript
- Language: TypeScript
- Homepage:
- Size: 9.77 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.
Design Patterns implemented in PHP and TypeScript.
### Three categories of Design Patterns
+ Creational Design Patterns - Handles Object creation mechanisms (Factory, Singleton, Prototype, Builder)
+ Structural Design Patterns - Handles Object composition and relationship between participating objects (Decorator, Facade, Adapter)
+ Behavioural Design Patterns - Handles communication between different objects (Observer, Mediator, Iterator)