0%

Book Description

The Definitive Refactoring Guide, Fully Revamped for Ruby

With refactoring, programmers can transform even the most chaotic software into well-designed systems that are far easier to evolve and maintain. What’s more, they can do it one step at a time, through a series of simple, proven steps. Now, there’s an authoritative and extensively updated version of Martin Fowler’s classic refactoring book that utilizes Ruby examples and idioms throughout–not code adapted from Java or any other environment.

The authors introduce a detailed catalog of more than 70 proven Ruby refactorings, with specific guidance on when to apply each of them, step-by-step instructions for using them, and example code illustrating how they work. Many of the authors’ refactorings use powerful Ruby-specific features, and all code samples are available for download.

Leveraging Fowler’s original concepts, the authors show how to perform refactoring in a controlled, efficient, incremental manner, so you methodically improve your code’s structure without introducing new bugs. Whatever your role in writing or maintaining Ruby code, this book will be an indispensable resource.

This book will help you

•    Understand the core principles of refactoring and the reasons for doing it

•    Recognize “bad smells” in your Ruby code

•    Rework bad designs into well-designed code, one step at a time

•    Build tests to make sure your refactorings work properly

•    Understand the challenges of refactoring and how they can be overcome

•    Compose methods to package code properly

•    Move features between objects to place responsibilities where they fit best

•    Organize data to make it easier to work with

•    Simplify conditional expressions and make more effective use of polymorphism

•    Create interfaces that are easier to understand and use

•    Generalize more effectively

•    Perform larger refactorings that transform entire software systems and may take months or years

•    Successfully refactor Ruby on Rails code

Table of Contents

  1. Title Page
  2. Copyright Page
  3. Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About the Authors
  8. Chapter 1. Refactoring, a First Example
  9. Chapter 2. Principles in Refactoring
  10. Chapter 3. Bad Smells in Code
  11. Chapter 4. Building Tests
  12. Chapter 5. Toward a Catalog of Refactorings
  13. Chapter 6. Composing Methods
  14. Chapter 7. Moving Features Between Objects
  15. Chapter 8. Organizing Data
  16. Chapter 9. Simplifying Conditional Expressions
  17. Chapter 10. Making Method Calls Simpler
  18. Chapter 11. Dealing with Generalization
  19. Chapter 12. Big Refactorings
  20. Chapter 13. Putting It All Together
  21. References
  22. Index
18.188.175.182