Learning the fine points of Ruby

A

Ari Brown

Hey all,
I adore Ruby. I love everything about it. The debugging, the
community, the syntax....

But my code sorta looks like VBScript - simple and generic. I have
seen some really great Ruby code - some I can understand, others I
just can't wrap my mind around. But how do you learn to think like that?

Can anyone recommend a book or site that teaches you to write Ruby
succinctly and rubily?

thanks,
aRi
--------------------------------------------|
If you're not living on the edge,
then you're just wasting space.
 
M

Morton Goldberg

Hey all,
I adore Ruby. I love everything about it. The debugging, the
community, the syntax....

But my code sorta looks like VBScript - simple and generic. I have
seen some really great Ruby code - some I can understand, others I
just can't wrap my mind around. But how do you learn to think like
that?

By reading and writing lots of Ruby code.
Can anyone recommend a book or site that teaches you to write Ruby
succinctly and rubily?

I know you have participated in Ruby Quiz, but have you really
explored James' Ruby Quiz web site which makes a huge amount of
interesting code available for you to read? It may be just what
you're looking for.

Regards, Morton
 
M

Mike Mondragon

By reading and writing lots of Ruby code.


I know you have participated in Ruby Quiz, but have you really
explored James' Ruby Quiz web site which makes a huge amount of
interesting code available for you to read? It may be just what
you're looking for.

Regards, Morton


Read the PickAxe book, read it for 15 to 30 minutes per day.
http://www.pragmaticprogrammer.com/titles/ruby/index.html

Force yourself to live on the command line with the 'irb' and 'ri'
tools (PickAxe talks about this). Avoid a GUI for coding and use vi
or emacs (during this period a GUI will make you dumb).

And if you are into Rails about two or three months later read the
Ruby appendix in the Agile book.

Then read the PickAxe book again about 12 months later.

Participate in your local Ruby group, find yours here:
http://rubyholic.com/
Start a group if one is not in your proximity.

Write your first gem, use hoe because it will make it really easy for
you to publish it.
http://seattlerb.rubyforge.org/hoe/
 
G

Giles Bowkett

I think "The Ruby Way" is the original poster's best bet in terms of
writing idiomatic Ruby. It's very much about writing Ruby that looks
like Ruby, as opposed to other languages, and that was definitely a
core part of the original question.

Another way to do it is to get the source code for a package like
Rails or Rake or RSpec or really anything nifty and useful and use
that code as a sort of combined puzzle and style guide. Figure out how
existing packages do things, and emulate them.
 
J

Joon You

Hey all,
I adore Ruby. I love everything about it. The debugging, the
community, the syntax....

But my code sorta looks like VBScript - simple and generic. I have
seen some really great Ruby code - some I can understand, others I
just can't wrap my mind around. But how do you learn to think like that?

Can anyone recommend a book or site that teaches you to write Ruby
succinctly and rubily?

thanks,
aRi
--------------------------------------------|
If you're not living on the edge,
then you're just wasting space.

Ruby Way by Hal Fulton is the book you need. I, too came from C# and
VB and this book really helped me tremendously.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,813
Messages
2,569,696
Members
45,480
Latest member
CrazyMember

Latest Threads

Top