DEV Community

Discussion on: Ruby Koans – Is this the path to Ruby enlightenment

Collapse
 
atrawka profile image
a-trawka

Hey, I'm trying to figure out the ruby learning path as well and I'm looking for suggestions. Eloquent Ruby by Russ Olsen seems pretty outdated, am I right?

Thread Thread
 
cseeman profile image
christine

I haven't found it too outdated, sure Ruby has more features then when it was printed but the main code style, patterns and usage of the different classes (think Struct, Hash, Array, Symbol...) those kind of things aren't going to change too much.