Design Patters in Rails

Posted by Winston on Stack Overflow See other posts from Stack Overflow or by Winston
Published on 2010-03-26T09:08:43Z Indexed on 2010/03/26 9:13 UTC
Read the original article Hit count: 453

I remember, I have a GoF book back in college about design patterns which helped me a lot with my C and C++ programming, since my jump ship to Rails I was trying to use those design patterns I learned previously, Rails is a relatively new paradigm to me, plurals, verbs, REST, DRY.. Can you give me a recommended book for Rails that I can easily understand what I previously learned back in College.

P.S. I suspect Matz knew about the GoF book, and applied it on Ruby... :-)

© Stack Overflow or respective owner

Related posts about gof

Related posts about design-patterns