登入選單
返回Google圖書搜尋
Adaptive Code
註釋Write code that can adapt to changes. By applying this books principles, you can create code that accommodates new requirements and unforeseen scenarios without significant rewrites. Gary McLean Hall describes Agile best practices, principles, and patterns for designing and writing code that can evolve more quickly and easily, with fewer errors, because it doesnt impede change. Now revised, updated, and expanded, Adaptive Code, Third Edition adds indispensable practical insights on Kanban, dependency inversion, and creating reusable abstractions. Drawing on over a decade of Agile consulting and development experience, McLean Hall has updated his best-seller with deeper coverage of unit testing, refactoring, pure dependency injection, and more. Master powerful new ways to: Write code that enables and complements Scrum, Kanban, or any other Agile frameworkDevelop code that can survive major changes in requirementsPlan for adaptability by using dependencies, layering, interfaces, and design patternsPerform unit testing and refactoring in tandem, gaining more value from bothUse the golden master technique to make legacy code adaptiveBuild SOLID code with single-responsibility, open/closed, and Liskov substitution principlesCreate smaller interfaces to support more-diverse client and architectural needsLeverage dependency injection best practices to improve code adaptabilityApply dependency inversion with the Stairway pattern, and avoid related anti-patterns About You This book is for programmers of all skill levels seeking more-practical insight into design patterns, SOLID principles, unit testing, refactoring, and related topics. Most readers will have programmed in C#, Java, C++, or similar object-oriented languages, and will be familiar with core procedural programming techniques.