Уведомлений еще не было

Описание книги

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

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 Книга «Refactoring: Ruby Edition» авторов Мартин Фаулер, Kent Beck, Jay Fields, Shane Harvie оценена посетителями КнигоГид, и её читательский рейтинг составил 8.00 из 10.
Для бесплатного просмотра предоставляются: аннотация, публикация, отзывы, а также файлы для скачивания.

  • Просмотров: 335
  • Рецензий: 0
Информация об издании
  • Переводчики: не указаны
  • Серия: Addison-Wesley Professional Ruby
  • ISBN (EAN): 978-0321984135
  • Языки: Английский
  • Возрастное ограничение: не указано
  • Год написания: 2009
8.0 общий рейтинг

1 оценка

Подробная статистика
0-2
0%
0 оценок
3-4
0%
0 оценок
5-6
0%
0 оценок
7-8
100%
1 оценка
9-10
0%
0 оценок
Эту книгу оценили 1 пользователь
Возраст
0%
до 18
0%
18-25
100%
25-35
0%
35-45
0%
45+
0% мужчины
100% женщины


К этой книге не добавлены цитаты
Эта книга еще не добавлена в подборки
К ЭТОЙ КНИГЕ НЕ ДОБАВЛЕНЫ персонажи
К ЭТОЙ КНИГЕ НЕ ДОБАВЛЕНЫ ТЕСТЫ
ОГЛАВЛЕНИЕ ОТСУТСТВУЕТ
КНИГА НЕ УПОМИНАЛАСЬ В БЛОГАХ

Рецензии на книгу

Написано 0 рецензий

Посмотрите еще

Компьютеры
8.6
0
0
Practical Object Oriented Design in Ruby: An Agile Primer
Practical Object Oriented Design in Ruby: An Agile Primer

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