https://github.com/thyrlian/dp4r
Design Patterns Implementation in Ruby
https://github.com/thyrlian/dp4r
Last synced: 8 months ago
JSON representation
Design Patterns Implementation in Ruby
- Host: GitHub
- URL: https://github.com/thyrlian/dp4r
- Owner: thyrlian
- Created: 2011-09-11T13:30:18.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-26T00:11:42.000Z (almost 14 years ago)
- Last Synced: 2025-01-14T10:14:46.789Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DP4R
(Design Patterns for Ruby)
Try to implement design patterns in Ruby by its **syntactic sugar**, and fantastic features such as single inheritance but **mixin** concept, **duck typing**, **metaprogramming** and etc.
##Factory Method Pattern
Done.
##Observer Pattern
Done.