Ratings31
Average rating4.6
The Complete Guide to Writing More Maintainable, Manageable, Pleasing, and Powerful Ruby Applications Ruby's widely admired ease of use has a downside: Too many Ruby and Rails applications have been created without concern for their long-term maintenance or evolution. The Web is awash in Ruby code that is now virtually impossible to change or extend. This text helps you solve that problem by using powerful real-world object-oriented design techniques, which it thoroughly explains using simple and practical Ruby examples. This book focuses squarely on object-oriented Ruby application design. Practical Object-Oriented Design in Ruby will guide you to superior outcomes, whatever your previous Ruby experience. Novice Ruby programmers will find specific rules to live by; intermediate Ruby programmers will find valuable principles they can flexibly interpret and apply; and advanced Ruby programmers will find a common language they can use to lead development and guide their colleagues. This guide will help you Understand how object-oriented programming can help you craft Ruby code that is easier to maintain and upgrade Decide what belongs in a single Ruby class Avoid entangling objects that should be kept separate Define flexible interfaces among objects Reduce programming overhead costs with duck typing Successfully apply inheritance Build objects via composition Design cost-effective tests Solve common problems associated with poorly designed Ruby code
Featured Series
7 released booksAddison-Wesley Professional Ruby Series is a 7-book series with 7 released primary works first released in 2007 with contributions by Russ Olsen, Paul Dix, and Michael Hartl.
Reviews with the most likes.
A new edition is promises soonish but this is still an amazing technical book. Practical and clear and wise. If you aren't going to read the first edition then you should definitely read the second if you are a programmer. Its Ruby-centric but the concepts are easy to apply to a slew of O-O languages.
I really don't know how to review these types of books, since it's the first time I review one like this.
All i can say, is that it is very helpful, it's simple, clear and direct. You'll have to have previous knowledge of Object Oriented programming for you to be able to grasp and understand the new concepts.
As a new comer to Ruby and someone who never dealt with it before, I found it quite useful and easy to understand.
The reason I gave it 4stars is because I found it a bit “heavy” at first. It might be just me since I've never read anything like it before :).
P.S: Thank you to my friend, Yacine, for letting me borrow it for over a month, I owe you one ;).
Featured Prompt
3,954 booksWhen you think back on every book you've ever read, what are some of your favorites? These can be from any time of your life – books that resonated with you as a kid, ones that shaped your personal...