Refactoring Ruby edition

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. N...

Full description

Bibliographic Details
Main Author: Fields, Jay
Other Authors: Harvie, Shane, Fowler, Martin
Format: eBook
Language:English
Published: [United States?] Addison-Wesley Professional 2009
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03669nmm a2200445 u 4500
001 EB001942814
003 EBX01000000000000001105716
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9780321603968 
020 |a 0321603966 
020 |a 9780321604170 
050 4 |a QA76.64 
100 1 |a Fields, Jay 
245 0 0 |a Refactoring  |b Ruby edition  |c by Jay Fields, Shane Harvie, Martin Fowler 
260 |a [United States?]  |b Addison-Wesley Professional  |c 2009 
300 |a 1 volume (unpaged)  |b illustrations 
653 |a Ruby (Langage de programmation) 
653 |a Programmation orientée objet (Informatique) 
653 |a Ruby (Computer program language) / fast 
653 |a Software refactoring / http://id.loc.gov/authorities/subjects/sh99002049 
653 |a Object-oriented programming (Computer science) / blmlsh 
653 |a Software refactoring / blmlsh 
653 |a Ruby (Computer program language) / blmlsh 
653 |a Software refactoring / fast 
653 |a Logiciels / Refactorisation 
653 |a Ruby (Computer program language) / http://id.loc.gov/authorities/subjects/sh00000128 
653 |a Object-oriented programming (Computer science) / fast 
653 |a Object-oriented programming (Computer science) / http://id.loc.gov/authorities/subjects/sh87007503 
700 1 |a Harvie, Shane 
700 1 |a Fowler, Martin 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 9780321984135 
776 |z 0321984137 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780321603968/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.1/17 
082 0 |a 500 
520 |a 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