logo
logo
x
바코드검색
BOOKPRICE.co.kr
책, 도서 가격비교 사이트
바코드검색

인기 검색어

실시간 검색어

검색가능 서점

도서목록 제공

  • 네이버책
  • 알라딘
  • 교보문고
"Refactoring"(으)로   23개의 도서가 검색 되었습니다.
Refactoring with C# (Safely improve .NET applications and pay down technical debt with Visual Studio, .NET 8, and C# 12)

Refactoring with C# (Safely improve .NET applications and pay down technical debt with Visual Studio, .NET 8, and C# 12)

Matt Eland  | Packt Publishing
43,000원  | 20231124  | 9781835089989
Learn how to improve the maintainability of C# code using modern tools and techniques to resolve technical debt while working safely and efficiently with legacy code Key Features - Apply a wide range of refactoring techniques using the latest tools and features of C# - Discover ways to safely improve your code using tests, Roslyn analyzers, and AI assistance - Find ways of communicating technical debt and improving your code in agile and enterprise settings - Purchase of the print or Ki
Refactoring

Refactoring

Fields, Jay/ Harvie, Shane/ Fowler, Martin/ Beck,  | Addison-Wesley Professional
0원  | 20100406  | 9780321603500
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, for the first time, there's an authoritative, definitive guide to refactoring Ruby code. Based on the Martin Fowler book that invented refactoring, this book 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.
Refactoring

Refactoring

 | AV Akademikerverlag
72,620원  | 20120511  | 9783639409048
Inhaltlich unveranderte Neuauflage. Code, der in identischer Form an verschiedenen Stellen im Programm vor­kommt, erschwert die Wartung/ die Wiederverwendung und behindert das Fin­den von Sicherheitslucken und Fehlern. Identischer Code (duplizierter Code) ist durch Kopieren und Einfugen sehr leicht erzeugt. Unerfahrene Ent­wick­ler oder solche unter Zeitdruck greifen gerne zu dieser schnellen Losung. Folg­lich ist duplizierter Code haufig zu finden.
Genome Refactoring

Genome Refactoring

Kuldell, Natalie/ Lerner, Neal  | Morgan & Claypool
41,250원  | 20091115  | 9781598299472
The science of biology celebrates the discovery and understanding of biological systems that already exist in nature. In parallel, the engineering of biology must learn how to make use of our understanding of the natural world to design and build new useful biological systems. "Synthetic biology" represents one example of recent work to engineer biological systems.
Pro PHP Refactoring

Pro PHP Refactoring

 | Springer-Verlag New York Inc
78,160원  | 20100730  | 9781430227274
Many businesses and organizations depend on older high-value PHP software that risks abandonment because it is impossible to maintain. The reasons for this may be that the software is not well designed; there is only one developer (the one who created the system) who can develop it because he didn’t use common design patterns and documentation; or the code is procedural, not object-oriented.
Refactoring Workbook

Refactoring Workbook

Wake, William C.  | Addison-Wesley Professional
56,970원  | 20030801  | 9780321109293
As a programmer, you need to be able to recognize and improve problematic code, so the program remains in a working state throughout the software lifecycle. Refactoring-the art of improving the design of existing code safely-provides an efficient,...
Refactoring TypeScript

Refactoring TypeScript

 | Packt Publishing
49,490원  | 20191018  | 9781839218040
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.
Refactoring 양장본 Hardcover (Improving the Design of Existing Code)

Refactoring 양장본 Hardcover (Improving the Design of Existing Code)

Fowler, Martin, Beck, Kent, Brant, John, Opdyke, W  | Addison-Wesley
0원  | 20080108  | 9780201485677
Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its internal structure. With refactoring you can even take a bad design and rework it into a good one. This book offers a thorough discussion of the principles of refactoring, including where to spot opportunities for refactoring, and how to set up the required tests. There is also a catalog of more than 40 proven refactorings with details as to when and why to use the refactoring, step by step instructions for implementing it, and an example illustrating how it works The book is written using Java as its principle language, but the ideas are applicable to any OO language.
Refactoring to Patterns 양장

Refactoring to Patterns 양장

Kerievsky, Joshua  | Addison-Wesley
0원  | 20100408  | 9780321213358
In 1994, Design Patterns changed the landscape of object-oriented development by introducing classic solutions to recurring design problems. In 1999, Refactoring revolutionized design by introducing an effective process for improving code. With the highly anticipated Refactoring to Patterns, Joshua Kerievsky has changed our approach to design by forever uniting patterns with the evolutionary process of refactoring.This book introduces the theory and practice of pattern-directed refactorings: sequences of low-level refactorings that allow designers to safely move designs to, towards, or away from pattern implementations. Using code from real-world projects, Kerievsky documents the thinking and steps underlying over two dozen pattern-based design transformations. Along the way he offers insights into pattern differences and how to implement patterns in the simplest possible ways.Coverage includes: A catalog of twenty-seven pattern-directed refactorings, featuring real-world code examples Descriptions of twelve design smells that indicate the need for this book's refactorings General information and new insights about patterns and refactoring Detailed implementation mechanics: how low-level refactorings are combined to implement high-level patterns Multiple ways to implement the same pattern-and when to use each Practical ways to get started even if you have little experience with patterns or refactoring Refactoring to Patterns reflects three years of refinement and the insights of more than sixty software engineering thought leaders in the global patterns, refactoring, and agile development communities. Whether you're focused on legacy or "greenfield" development, this book will make you a better software designer by helping you learn how to make important design changes safely and effectively.
Refactoring SQL Applications

Refactoring SQL Applications

Faroult, Stephane/L'LowPriceByMallNoHermite, Pascal/  | O'Reilly Media
64,090원  | 20080701  | 9780596514976
Provides a set of options for making code modifications to improve the way your database applications function. This work helps you to learn to recognize and assess code that needs refactoring, and to understand the crucial link between refactoring and performance.
Professional Refactoring in Visual Basic

Professional Refactoring in Visual Basic

Arsenovski  | Wrox
44,000원  | 20080401  | 9780470179796
In this one-of-a-kind book, Microsoft MVP Danijel Arsenovski shows you how to utilize the power of refactoring to improve the design of your existing code and become more efficient and productive. He provides you with a hands-on approach so you'll quickly learn how to manage and modify your code with refactoring tools and features. You'll also discover how to perform unit testing, refactoring to patterns, and refactoring to upgrade legacy Visual Basic code.
Java to Kotlin: A Refactoring Guidebook

Java to Kotlin: A Refactoring Guidebook

 | O'Reilly Media
31,260원  | 20211116  | 9781492082279
This book takes a novel approach to introducing Kotlin to Java programmers: showing you how to gradually refactor Java code to idiomatic Kotlin while continuing to evolve its functionality.
Refactoring: Ruby Edition: Ruby Edition (Ruby Edition)

Refactoring: Ruby Edition: Ruby Edition (Ruby Edition)

 | Addison-Wesley Professional
78,340원  | 20131118  | 9780321984135
A badass modern Cajun cookbook from Top Chef fan favorite Isaac Toups and acclaimed journalist Jennifer V.
xUnit Test Patterns : Refactoring Test Code 없음

xUnit Test Patterns : Refactoring Test Code 없음

Meszaros, Gerard  | Prentice-Hall
0원  | 20080220  | 9780131495050
Refactoring: Improving the Design of Existing Code (Improving the Design of Existing Code)

Refactoring: Improving the Design of Existing Code (Improving the Design of Existing Code)

 | Addison-Wesley Professional
0원  | 20181217  | 9780134757599
For more than twenty years, experienced programmers worldwide have relied on Martin Fowler’s Refactoring to improve the design of existing code and to enhance software maintainability, as well as to make existing code easier to understand. This eagerly awaited new edition has been fully updated to reflect crucial changes in the programming landscape.
최근 본 책