0%

Book Description

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.

Sandi Metz has distilled a lifetime of conversations and presentations about object-oriented design into a set of Ruby-focused practices for crafting manageable, extensible, and pleasing code. She shows you how to build new applications that can survive success and repair existing applications that have become impossible to change. Each technique is illustrated with extended examples, all downloadable from the companion Web site, poodr.info.

The first title to focus 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

  • Table of Contents

    1. Title Page
    2. Copyright Page
    3. Praise for Practical Object-Oriented Design in Ruby
    4. Dedication Page
    5. Contents
    6. Foreword
    7. Introduction
    8. Acknowledgments
    9. About the Author
    10. Chapter 1. Object-Oriented Design
    11. Chapter 2. Designing Classes with a Single Responsibility
    12. Chapter 3. Managing Dependencies
    13. Chapter 4. Creating Flexible Interfaces
    14. Chapter 5. Reducing Costs with Duck Typing
    15. Chapter 6. Acquiring Behavior Through Inheritance
    16. Chapter 7. Sharing Role Behavior with Modules
    17. Chapter 8. Combining Objects with Composition
    18. Chapter 9. Designing Cost-Effective Tests
    19. Afterword
    20. Index
    21. Footnotes
      1. Chapter 1
    18.218.187.108