Fwd: object oriented and currying

Hello,

I wonder if there a good books where I can learn more about OO -
programming and about currying in Ruby ?

Roelof

Practical Object Oriented Design by Sandi Metz is an excellent OO book
and
is highly recommended reading by most of the Ruby community. Not sure
about
currying.

Russ Olsen “Design Patterns in Ruby” is excellent, but you should
probably have a good grip on OOP first and some awareness of what
“design patterns” are.

Try this for currying:

http://blog.khd.me/ruby/ruby-currying/


On Fri, 6/20/14, Adam W. [email protected] wrote:

Subject: Re: object oriented and currying
To: “Ruby users” [email protected]
Date: Friday, June 20, 2014, 11:24 AM

Practical
Object Oriented Design by Sandi Metz is an excellent OO book
and is highly recommended reading by most of the Ruby
community. Not sure about currying.

On 20 June 2014 15:21, Roelof W. [email protected]
wrote:

Hello,

I wonder if there a good books where I can learn more
about OO - programming and about currying in Ruby ?

Roelof

If you’re doing it alone, you’re probably doing it
wrong ==