JonHoyle.com Mirror of MacCompanion
http://www.maccompanion.com/macc/archives/August2010/Books/RubyBestPractices.htm

macCompanion MyAppleSpace Forum Archives Products Services About Us FAQs

Resources

                                           

Consultants

Developers

Devotees

Downloads

"Foreign" Macs

Forums

Hearsay

Link Lists

Mac 3D

Macazines

Mac Jobs

MUG Shots

News

Radio

Reviews

Think Different

Training

 

Ruby Best Practices

 

 

Author: Gregory T. Brown

http://oreilly.com/catalog/9780596523008/index.html

Released: June 2009

Pages: 336

ISBN: 978-0-596-52300-8

Free Open-Sourced PDF version: http://rubybestpractices.com/

 

How do you write truly elegant code with Ruby? Ruby Best Practices is for programmers who want to use Ruby as experienced Rubyists do. Written by the developer of the Ruby project Prawn, this concise book explains how to design beautiful APIs and domain-specific languages with Ruby, as well as how to work with functional programming ideas and techniques that can simplify your code and make you more productive. You'll learn how to write code that's readable, expressive, and much more. 

Ruby Best Practices will help you:

 

¥                Understand the secret powers unlocked by Ruby's code blocks

¥                Learn how to bend Ruby code without breaking it, such as mixing in modules on the fly

¥                Discover the ins and outs of testing and debugging, and how to design for testability

¥                Learn to write faster code by keeping things simple

¥                Develop strategies for text processing and file management, including regular expressions

¥                Understand how and why things can go wrong

¥                Reduce cultural barriers by leveraging Ruby's multilingual capabilities

This book also offers you comprehensive chapters on driving code through tests, designing APIs, and project maintenance. Learn how to make the most of this rich, beautiful language with Ruby Best Practices.

 

Reviews: http://www.amazon.com/Ruby-Best-Practices-Gregory-Brown/product-reviews/0596523009/ref=cm_cr_dp_all_summary?ie=UTF8&showViewpoints=1&sortBy=bySubmissionDateDescending

 

 

This is a ÒWhyÓ book, not so much a ÒHowÓ book. It is a ÓThinkÓ book.