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: 8 months ago
JSON representation

Design Patterns Implementation in Ruby

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.