Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.