Design Patterns in Ruby: Software Engineering, The Ruby Way
Author: ceefour | Filed under: Books, Cool, Enterprise, News, Opinions, Reviews, Ruby, TipsIf you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Design Patterns in Ruby documents smart ways to resolve many problems that Ruby developers commonly encounter. Addison-Wesley Professional press has this exciting book, authored by Russ Olsen.
Russ Olsen has done a great job of selecting classic patterns and augmenting these with newer patterns that have special relevance for Ruby. Most design pattern books are based on C++ and Java. But Ruby is different—and the language’s unique qualities make design patterns easier to implement and use.
In this book, Russ Olsen demonstrates how to combine Ruby’s power and elegance with patterns, and write more sophisticated, effective software with far fewer lines of code.The book especially calls attention to Ruby features that simplify the use of patterns, including dynamic typing, code closures, and “mixins” for easier code reuse.
Design Patterns in Ruby also identifies innovative new patterns that have emerged from the Ruby community. These include ways to create custom objects with metaprogramming, as well as the ambitious Rails-based “Convention over Configuration” pattern, designed to help integrate entire applications and frameworks.
More resources:
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.