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

인기 검색어

일간
|
주간
|
월간

실시간 검색어

검색가능 서점

도서목록 제공

  • 네이버책
  • 알라딘
  • 교보문고
"refactoring"(으)로 36개의 도서가 검색 되었습니다.
9781617299018

Refactoring to Rust

 | Manning Publications
76,340원  | 20250715  | 9781617299018
Get the speed and reliability of Rust libraries, functions, and high-performance features through incremental adoption without rewriting your codebase from scratch.
9783639409048

Refactoring

 | AV Akademikerverlag
81,950원  | 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.
9781805126638

Refactoring in Java (Improving code design and maintainability for Java developers)

Violetta, Stefano  | Packt Publishing
35,000원  | 20240401  | 9781805126638
9781835089989

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
9781598299472

Genome Refactoring

Kuldell, Natalie/ Lerner, Neal  | Morgan & Claypool
46,560원  | 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.
9783031036972

Genome Refactoring

 | Springer Nature B.V.
74,480원  | 20090716  | 9783031036972
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.
9781430227274

Pro PHP Refactoring

 | Springer-Verlag New York Inc
93,100원  | 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.
9781839218040

Refactoring TypeScript

 | Packt Publishing
55,850원  | 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.
9780321109293

Refactoring Workbook

Wake, William C.  | Addison-Wesley Professional
61,070원  | 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,...
9780321293534

Refactoring Databases (Evolutionary Database Design)

 | Addison-Wesley
0원  | 20060306  | 9780321293534
Refactoring has proven its value in a wide range of development projects-helping software professionals improve system designs, maintainability, extensibility, and performance. Now, for the first time, leading agile methodologist Scott Ambler and renowned consultant Pramodkumar Sadalage introduce powerful refactoring techniques specifically designed for database systems. Ambler and Sadalage demonstrate how small changes to table structures, data, stored procedures, and triggers can significantly...
9780201485677

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

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

Refactoring : Ruby Edition

Fields, Jay/ Harvie, Shane/ Fowler, Martin/ Beck,  | Addison-Wesley
0원  | 20081025  | 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.
9780596514976

Refactoring SQL Applications

Faroult, Stephane/L'Hermite, Pascal/  | O'Reilly Media
68,700원  | 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.
9781492082279

Java to Kotlin: A Refactoring Guidebook

 | O'Reilly Media
91,610원  | 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.
최근 본 책