Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Refactoring workbook, Ross Venables Wake, William


Варианты приобретения
Цена: 38930.00T
Кол-во:
 о цене
Наличие: Отсутствует. Возможна поставка под заказ.

При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Ross Venables Wake, William
Название:  Refactoring workbook
ISBN: 9780321109293
Издательство: Pearson Education
Издательство: Pearson education (us)
Классификация:


ISBN-10: 0321109295
Обложка/Формат: Paperback
Страницы: 256
Вес: 0.44 кг.
Дата издания: 04.09.2003
Язык: English
Размер: 23.57 x 18.59 x 1.52 cm
Читательская аудитория: Tertiary education (us: college)
Рейтинг:
Поставляется из: Англии
Описание: Refactoring is the art of improving the design of existing code safely. The book explains that existing code could be improved and enhanced without significantly altering the fundamental structure of an application. It helps you to understand the smells - the potential problem areas.

Agile Methods. Large-Scale Development, Refactoring, Testing, and Estimation

Автор: Torgeir Dings?yr; Nils Brede Moe; Roberto Tonelli;
Название: Agile Methods. Large-Scale Development, Refactoring, Testing, and Estimation
ISBN: 3319143573 ISBN-13(EAN): 9783319143576
Издательство: Springer
Рейтинг:
Цена: 44720.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Part: Principles of Large-Scale Agile Development.- Towards Principles of Large-Scale Agile Development: A Summary of the Workshop at XP2014 and a Revised Research Agenda.- Characteristics and Principles of Scaled Agile.- Architecture in Large Scale Agile Development.- Industrial Challenges of Scaling Agile in Mass-Produced Embedded Systems.- Agile in Distress: Architecture to the Rescue.- Conventions for Coordinating Large Agile Projects.- Supporting a Large-Scale Lean and Agile Transformation by Defining Common Values.- A Model for Understanding When Scaling Agile Is Appropriate in Large Organizations.- Control in Software Project Portfolios: A Complex Adaptive Systems Approach.- Part: Refactoring & Testing.- A Measure of the Modularisation of Sequential Software Versions Using Random Graph Theory.- Refactoring Clustering in Java Software Networks.- Are Some Refactorings Attached to Fault-Prone Classes and Others to Fault-Free Classes?.- Capturing Software Evolution and Change through Code Repository Smells.- Considering Polymorphism in Change-Based Test Suite Reduction.- Part: Estimations in the 21st Century Software Engineering.- Effort Estimation in Agile Global Software Development Context.- Early Software Project Estimation the Six Sigma Way.

Refactoring TypeScript

Автор: Hickey James
Название: Refactoring TypeScript
ISBN: 1839218045 ISBN-13(EAN): 9781839218040
Издательство: Неизвестно
Рейтинг:
Цена: 27580.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Refactoring TypeScript is an approachable look at getting your code into shape. Learn some of the causes of unhealthy code, how to identify them, techniques to cure them, and more.

Agile Modeling with UML: Code Generation, Testing, Refactoring

Автор: Rumpe Bernhard
Название: Agile Modeling with UML: Code Generation, Testing, Refactoring
ISBN: 3319864947 ISBN-13(EAN): 9783319864945
Издательство: Springer
Рейтинг:
Цена: 74530.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 1 Introduction.- 2 Agile and UML-Based Methodology.- 3 Compact Overview of UML/P.- 4 Principles of Code Generation.- 5 Transformations for Code Generation.- 6 Principles of Testing with Models.- 7 Model-Based Tests.- 8 Design Patterns for Testing.- 9 Refactoring as a Model Transformation.- 10 Refactoring of Models.- 11 Summary, Further Reading and Outlook.

Extreme Programming Refactored

Автор: Don Rosenberg; Matt Stephens
Название: Extreme Programming Refactored
ISBN: 1590590961 ISBN-13(EAN): 9781590590966
Издательство: Springer
Рейтинг:
Цена: 31670.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Stephens and Rosenberg examine XP in the context of existing methodologies and processes such as RUP, ICONIX, Spiral, RAD, DSDM, etc - and show how XP goals can be achieved using these existing processes.

Five Lines of Code: How and When to Refactor

Автор: Clausen Christian
Название: Five Lines of Code: How and When to Refactor
ISBN: 161729831X ISBN-13(EAN): 9781617298318
Издательство: Неизвестно
Рейтинг:
Цена: 52790.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Five Lines of Code teaches refactoring that's focused on concrete rules and getting any method down to five lines or less! There's no jargon or tricky automated-testing skills required, just easy guidelines and patterns illustrated by detailed code samples.

In Five Lines of Code you will learn:

The signs of bad code
Improving code safely, even when you don't understand it
Balancing optimization and code generality
Proper compiler practices
The Extract method, Introducing Strategy pattern, and many other refactoring patterns
Writing stable code that enables change-by-addition
Writing code that needs no comments
Real-world practices for great refactoring

Improving existing code--refactoring--is one of the most common tasks you'll face as a programmer. Five Lines of Code teaches you clear and actionable refactoring rules that you can apply without relying on intuitive judgements such as "code smells." Following the author's expert perspective--that refactoring and code smells can be learned by following a concrete set of principles--you'll learn when to refactor your code, what patterns to apply to what problem, and the code characteristics that indicate it's time for a rework.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the technology
Every codebase includes mistakes and inefficiencies that you need to find and fix. Refactor the right way, and your code becomes elegant, easy to read, and easy to maintain. In this book, you'll learn a unique approach to refactoring that implements any method in five lines or fewer. You'll also discover a secret most senior devs know: sometimes it's quicker to hammer out code and fix it later!

About the book
Five Lines of Code is a fresh look at refactoring for developers of all skill levels. In it, you'll master author Christian Clausen's innovative approach, learning concrete rules to get any method down to five lines--or less! You'll learn when to refactor, specific refactoring patterns that apply to most common problems, and characteristics of code that should be deleted altogether.

What's inside

The signs of bad code
Improving code safely, even when you don't understand it
Balancing optimization and code generality
Proper compiler practices

About the reader
For developers of all skill levels. Examples use easy-to-read Typescript, in the same style as Java and C#.

About the author
Christian Clausen works as a Technical Agile Coach, teaching teams how to refactor code.

Table of Contents
1 Refactoring refactoring
2 Looking under the hood of refactoring
PART 1 LEARN BY REFACTORING A COMPUTER GAME
3 Shatter long function
4 Make type codes work
5 Fuse similar code together
6 Defend the data
PART 2 TAKING WHAT YOU HAVE LEARNED INTO THE REAL WORLD
7 Collaborate with the compiler
8 Stay away from comments
9 Love deleting code
10 Never be afraid to add code
11 Follow the structure in the code
12 Avoid optimizations and generality
13 Make bad code look bad
14 Wrapping up

Refactoring

Автор: Fields, Jay Harvie, Shane Fowler, Martin Beck, Kent
Название: Refactoring
ISBN: 0321984137 ISBN-13(EAN): 9780321984135
Издательство: Pearson Education
Рейтинг:
Цена: 53450.00 T
Наличие на складе: Невозможна поставка.
Описание: 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



Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия