2nd Edition. — Microsoft Press, 2017. — 762 p. — ISBN10: 1509302581; ISBN13: 978-1509302581.
By applying this book’s 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 doesn’t impede change.
Now revised, updated, and expanded, Adaptive Code, Second 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.
Agile Development FrameworksIntroduction to Scrum
Introduction to Kanban
Foundations of Adaptive CodeDependencies and layering
Interfaces and design patterns
Testing
Refactoring
Solid CodeThe single responsibility principle
The open/closed principle
The Liskov substitution principle
Interface segregation
Dependency inversion
Applying Adaptive CodeDependency injection
Coupling, cohesion, and connascence
Appendix: Adaptive tools