Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thyrlian/dp4r
Design Patterns Implementation in Ruby
https://github.com/thyrlian/dp4r
Last synced: about 1 month 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 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-26T00:11:42.000Z (about 13 years ago)
- Last Synced: 2024-05-01T21:29:52.805Z (7 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.