Are therre any good design pattern resources realted to coding in ruby on the web? I've only been able to find a bit on the singleton and decorator patterns.
Don;t really waana buy a book at the mo.
CIA
-Ants
···
---------------------------------
Yahoo! Answers - Got a question? Someone out there knows the answer. Tryit now.
Are you talking about how to implement certain design patterns in Ruby or
about design patterns themselves? The whole idea of design patterns is that
they are language-agnostic patterns. If you know how they're supposed to
work, then the implementation should be easy in any language you are
familiar with.
Jason
···
On 4/13/07, Anthony Gardner <cyclewood_ltd@yahoo.co.uk> wrote:
Are therre any good design pattern resources realted to coding in ruby on
the web? I've only been able to find a bit on the singleton and decorator
patterns.
Don;t really waana buy a book at the mo.
CIA
-Ants
---------------------------------
Yahoo! Answers - Got a question? Someone out there knows the answer. Tryit
now.