[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ADV] Best of Ruby Quiz now available

Dave Thomas

3/15/2006 4:59:00 AM

Ruby folk:

Quizmeister James Edward Gray II selected the best 25 Ruby Quizzes
from last year, then carefully collected answers and annotated them.
The result is "The Best of Ruby Quiz", a wonderful book which will
teach any Ruby programmer new techniques and approaches to coding.

If you want to hone your programming skills, stick to the front part
of the book and enjoy challenging yourself solving the quizzes. And,
once you've done that, turn to the solutions section in the back for
an in-depth discussion of the answers. These cover more than just an
analysis of the approach taken. As well, you'll find descriptions of
optimization techniques, test-driven development, algorithm
selection, and even how to write programs that cheat.

Check it out at http://pragmaticprogrammer.com/titl...

Thanks


Dave


(oh, and I happen to think it's one of our nicer looking covers, too...)



4 Answers

Ryan Leavengood

3/15/2006 5:04:00 AM

0

Yes, that is great cover.

I just want to start the thanks to JEGII for all the work he does on
Ruby Quiz (and lots of other things in this community.) I'm really not
sure how he finds time to do all he does, and in fact now that this
book is out maybe he can write a time management book ;)

Regards,
Ryan

On 3/14/06, Dave Thomas <dave@pragprog.com> wrote:
> Ruby folk:
>
> Quizmeister James Edward Gray II selected the best 25 Ruby Quizzes
> from last year, then carefully collected answers and annotated them.
> The result is "The Best of Ruby Quiz", a wonderful book which will
> teach any Ruby programmer new techniques and approaches to coding.
>
> If you want to hone your programming skills, stick to the front part
> of the book and enjoy challenging yourself solving the quizzes. And,
> once you've done that, turn to the solutions section in the back for
> an in-depth discussion of the answers. These cover more than just an
> analysis of the approach taken. As well, you'll find descriptions of
> optimization techniques, test-driven development, algorithm
> selection, and even how to write programs that cheat.
>
> Check it out at http://pragmaticprogrammer.com/titl...
>
> Thanks
>
>
> Dave
>
>
> (oh, and I happen to think it's one of our nicer looking covers, too...)
>
>
>


Bill Kelly

3/15/2006 5:14:00 AM

0

From: "Ryan Leavengood" <leavengood@gmail.com>
>
> I just want to start the thanks to JEGII for all the work he does on
> Ruby Quiz (and lots of other things in this community.) I'm really not
> sure how he finds time to do all he does, and in fact now that this
> book is out maybe he can write a time management book ;)

Haha, yes!! Seconded (on all counts)!


Regards,

Bill





Christian Neukirchen

3/21/2006 11:14:00 AM

0

Dave Thomas <dave@pragprog.com> writes:

> Ruby folk:
>
> Quizmeister James Edward Gray II selected the best 25 Ruby Quizzes
> from last year, then carefully collected answers and annotated them.
> The result is "The Best of Ruby Quiz", a wonderful book which will
> teach any Ruby programmer new techniques and approaches to coding.

I just received my free copy (I provided a solution to Quiz #9) and
I'd like to thank you, your team and James for your generosity.

Thanks a lot,
--
Christian Neukirchen <chneukirchen@gmail.com> http://chneuk...


James Gray

3/21/2006 5:08:00 PM

0

On Mar 21, 2006, at 5:14 AM, Christian Neukirchen wrote:

> Dave Thomas <dave@pragprog.com> writes:
>
>> Ruby folk:
>>
>> Quizmeister James Edward Gray II selected the best 25 Ruby Quizzes
>> from last year, then carefully collected answers and annotated them.
>> The result is "The Best of Ruby Quiz", a wonderful book which will
>> teach any Ruby programmer new techniques and approaches to coding.
>
> I just received my free copy (I provided a solution to Quiz #9) and
> I'd like to thank you, your team and James for your generosity.

There wouldn't be a Ruby Quiz without all the wonderful people who
discuss and solve them, not to mention the heros that give me enough
material to keep it going. My thanks are to all of you!

James Edward Gray II