Senin, 21 November 2011

[M397.Ebook] Ebook Ruby Best Practices, by Gregory T Brown

Ebook Ruby Best Practices, by Gregory T Brown

Ruby Best Practices, By Gregory T Brown Exactly how can you change your mind to be a lot more open? There lots of sources that can aid you to improve your ideas. It can be from the various other experiences as well as tale from some people. Reserve Ruby Best Practices, By Gregory T Brown is among the relied on resources to get. You can discover plenty books that we discuss right here in this web site. And currently, we reveal you among the most effective, the Ruby Best Practices, By Gregory T Brown

Ruby Best Practices, by Gregory T Brown

Ruby Best Practices, by Gregory T Brown



Ruby Best Practices, by Gregory T Brown

Ebook Ruby Best Practices, by Gregory T Brown

Ruby Best Practices, By Gregory T Brown Exactly how an easy idea by reading can enhance you to be a successful person? Reading Ruby Best Practices, By Gregory T Brown is an extremely straightforward task. However, just how can lots of people be so careless to read? They will prefer to invest their free time to chatting or hanging out. When in fact, reading Ruby Best Practices, By Gregory T Brown will give you much more possibilities to be effective completed with the hard works.

Why ought to be Ruby Best Practices, By Gregory T Brown in this website? Obtain more earnings as exactly what we have actually told you. You can find the other reduces besides the previous one. Alleviate of getting guide Ruby Best Practices, By Gregory T Brown as what you desire is additionally offered. Why? We offer you several type of guides that will certainly not make you feel bored. You could download them in the web link that we give. By downloading and install Ruby Best Practices, By Gregory T Brown, you have taken the right way to pick the simplicity one, as compared to the trouble one.

The Ruby Best Practices, By Gregory T Brown tends to be wonderful reading book that is easy to understand. This is why this book Ruby Best Practices, By Gregory T Brown comes to be a favorite book to review. Why don't you desire become one of them? You could take pleasure in checking out Ruby Best Practices, By Gregory T Brown while doing various other activities. The visibility of the soft file of this book Ruby Best Practices, By Gregory T Brown is type of getting encounter easily. It includes exactly how you ought to save the book Ruby Best Practices, By Gregory T Brown, not in racks naturally. You may wait in your computer gadget and gizmo.

By saving Ruby Best Practices, By Gregory T Brown in the gadget, the way you read will also be much easier. Open it and start checking out Ruby Best Practices, By Gregory T Brown, easy. This is reason we suggest this Ruby Best Practices, By Gregory T Brown in soft file. It will certainly not disturb your time to obtain the book. In addition, the on the internet system will certainly also alleviate you to browse Ruby Best Practices, By Gregory T Brown it, even without going somewhere. If you have connection internet in your workplace, home, or gadget, you could download Ruby Best Practices, By Gregory T Brown it straight. You might not additionally wait to get guide Ruby Best Practices, By Gregory T Brown to send by the vendor in other days.

Ruby Best Practices, by Gregory T Brown

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.

  • Sales Rank: #330170 in Books
  • Brand: Brand: O'Reilly Media
  • Published on: 2009-06-26
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.19" h x .80" w x 7.00" l, 1.05 pounds
  • Binding: Paperback
  • 336 pages
Features
  • ISBN13: 9780596523008
  • Condition: New
  • Notes: BRAND NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!

About the Author

Gregory T. Brown is a New Haven, CT based Rubyist who spends most of his time on free software projects in Ruby. His main projects are Prawn and Ruport, and he is also the author of the upcoming book Ruby Best Practices. He also is in possession of a small bamboo plant that seems to be invincible, and he is quite proud of this accomplishment.

Most helpful customer reviews

24 of 24 people found the following review helpful.
Excellent.
By Benjamin Orenstein
One of my favorite simple pleasures is reading a technical or instructional book where the level of complexity perfectly matches my expertise. I've been enjoying this exact experience while reading Greg Brown's new book, Ruby Best Practices.

I have been programming professionally for over three years, with the last five months doing full time Ruby on Rails development. I would label myself an intermediate Ruby user: comfortable with the basics, but with limited exposure to its more advanced topics. Lately, I have been reading more and more open source Ruby projects, and have been looking for ways to contribute back to our teriffic community.

Given my experience and goals, Ruby Best Practices was a perfect read. The book is a collection of general strategies for solving problems in Ruby, with a focus on real-world code examples. Its author is an experienced Ruby developer who also happens to be an excellent writer.

Ruby Best Practices has a number of notable strengths. First, Brown is highly pragmatic. When discussing closures, he writes "I could show some abstract examples or academically exciting functionality such as Proc#curry, but instead, I decided that I wanted to show you something I use fairly frequently." This attitude has lead to a book that is full of ideas you can actually use. It feels like the experienced guy down the hall showing you all his best stuff.

Secondly, RBP's examples are almost uniformly excellent. As contributor or creator of several popular Ruby projects (Prawn and Ruport) Brown has no lack of real-word code examples to choose from, and he does so with skill. In addition, he's not shy about trimming down the examples to leave behind just the most relevant code elements. These two factors combine to produce code listings which are indicative of real open-source programs while remaining quite comprehensible. Not only are Brown's examples excellent, but they are plentiful. Nearly every new idea he introduces is demonstrated through a case study of real (or plausibly real) code. Working through this book will definitely sharpen your code-reading skills.

Beyond simply being clear, Brown's writing is also fun to read. His enthusiasm for the subject matter is obvious: "I could stop here and move on to the next topic, but similar to when we looked into the belly of lazy.rb earlier in this chapter, I can't resist walking through and explaining some cool code." This sort enthusiasm continues throughout, and leads to a technical book that I'm tempted to call a page-turner. Making my way through the book really excited me to read and work on open-source projects.

If you're still on the fence, take a read through the sample chapter, Mastering the Dynamic Toolkit (available through O'Reilly or the book's blog). If you like what you see, don't hesitate to pick up a copy of this excellent book.

15 of 16 people found the following review helpful.
Very Unique Ruby Book. A Challenging Teaching Tool.
By Dylan Clendenin
Ruby Best Practices (RBP) by Gregory Brown is unlike any previous book on Ruby written yet. This is not a book of commandments, recipes, design patterns, or style guides. Rather this is a book that is designed to help intermediate Ruby programmers learn how to think about writing and analyzing software.

If RBP had a biggest strength it would be its case-study approach of looking at real-world Ruby software as the context for best practices. It is not a theoretical or hypothetical book but very practical. One of the premises of RBP is that best practices have a context--a time and place--and aren't just rules we slap across everything indiscriminately. It is meant to spur dialogue and provoke thought. It will help give you a new set of eyes as you read through Ruby source code (which brings up another premise of RBP--you should be learning by looking through the source code of real projects).

If RBP had a biggest weakness, it would be that it was written by one guy with help from a few others and it is limited to their observations and experience. Not everything is covered nor can it be. Somebody will complain that it is not complete but Gregory has sort of preserved himself from that sort of fault-finding by presenting this more as a "one side of the diamond" than a "here are the best practices, follow them" approach.

I think that RBP is important for the Ruby community not because it contains the solutions to everyone's problems but more because it can serve as a great launching point for important discussions that will help us to think through the Ruby software we write and how to glean from the outstanding solutions other Rubyists smarter than ourselves have come up with.

I like the way this book is organized for the most part. The chapters are topical and focused and can be read in any order according to what is most interesting to you at the moment. There is a lot of code in this book and doesn't make for an easy skim--you should just know that. I got the most out of this book when I had my text editor open and tried out some of the ideas as I went along.

One of my favorite O'Reilly books is Perl Best Practices by Damian Conway (go ahead and tease). I expected this book to to take a similar format--PBP is categorized into chapters and sub-divided into about 100 core principles such as "Use croak instead of die", "Use hashes for arguments > 3", and so on. RBP is not organized like that at all--perhaps because it would not serve Ruby developers as well... I don't know.

It should be mentioned RBP is a Ruby 1.9 "moving forward" book and will hopefully remain relevant longer.

RBP is very rich with ideas and perspectives and examples but there are also a lot of simple takeaways that will stick with me as long as I write code in Ruby. Though it is rich and probably not a book you can master in one reading there are many nuggets and tips that will give you immediate gratification. Some of these tips seem so minor but they amount to be the things that save us tons of time (see Chapter 6 "When Things Go Wrong" on making the most of Ruby's reflection for debugging). You should check it out, read it in your user group or dev team and discuss it. I really think we need more of these type of practical best practices books and blogs and case-studies and discussions and I am glad for the appearance of this book.

9 of 9 people found the following review helpful.
Intermediate-to-expert Ruby programmers should absolutely read this book
By Jerod Santo
In Summary:

If you are an intermediate-to-expert Ruby programmer you should absolutely read this book. Beginners may want to start elsewhere and work their way up. Where To Get It

In Detail:

The purpose of RBP is stated plainly on the front cover: "Increase Your Productivity -- Write Better Code"

With that in mind, here is a breakdown of what it offers:

The first thing I noticed when reading RBP is that it uses real-world code samples. None of that "let's make a tic-tac-toe game" type of stuff. Gregory uses a couple of his own projects (Prawn & Ruport) as well as other popular libraries (Haml, flexmock, XML Builder, Gibberish, faker). This is beyond awesome.

He also steps through a lot of code using IRB, which means you can follow right along in your favorite shell. Gregory highly recommends you get your hands dirty with the code he presents and I agree with him. However, I also like to read physical books in places not my computer, since the opportunity so rarely presents itself.

The book starts, aptly, with a chapter on testing. The following two chapters are (for me) the highlights:

Designing Beautiful APIs and Mastering the Dynamic Toolkit.

The value found in these two sections alone cover the cost of the entire book. A few of the topics discussed include: flexible argument handling, code blocks, implementing per-object behavior, building classes and modules programatically and registering hooks and callbacks. Gregory released a free section of Mastering the Dynamic Toolkit so you don't have to take my word for it, have a taste for yourself.

I need to wrap this up or I'll be forced to remove the "Mini" from the post title. You'll also find sections on File & Text processing, functional programming, debugging, project maintenance (much of which is obsolete if you use the wonderful Jeweler gem), and internationalization.

Tips, tricks and suggestions abound. Even expert-level Rubyists should learn something. RBP left me wanting more of Gregory's teaching. He really does a good job of explaining concepts and walking through code. Thankfully, he started up a Ruby Best Practices blog with more content!

See all 14 customer reviews...

Ruby Best Practices, by Gregory T Brown PDF
Ruby Best Practices, by Gregory T Brown EPub
Ruby Best Practices, by Gregory T Brown Doc
Ruby Best Practices, by Gregory T Brown iBooks
Ruby Best Practices, by Gregory T Brown rtf
Ruby Best Practices, by Gregory T Brown Mobipocket
Ruby Best Practices, by Gregory T Brown Kindle

[M397.Ebook] Ebook Ruby Best Practices, by Gregory T Brown Doc

[M397.Ebook] Ebook Ruby Best Practices, by Gregory T Brown Doc

[M397.Ebook] Ebook Ruby Best Practices, by Gregory T Brown Doc
[M397.Ebook] Ebook Ruby Best Practices, by Gregory T Brown Doc

Tidak ada komentar:

Posting Komentar