
As an Amazon Associate and affiliate partner, Menrva Books earns from qualifying purchases. Learn more
This is the definitive book for all C++ software professionals involved in large development efforts such as databases, operating systems, compilers, and frameworks. It is the first C++ book that actually demonstrates how to design large systems, and one of the few books on object-oriented design specifically geared to practical aspects of the C++ programming language. In this book, Lakos explains the process of decomposing large systems into physical (not inheritance) hierarchies of smaller, more manageable components. Such systems with their acyclic physical dependencies are fundamentally easier and more economical to maintain, test, and reuse than tightly interdependent systems. In addition to explaining the motivation for following good physical as well as logical design practices, Lakos provides you with a catalog of specific techniques designed to eliminate cyclic, compile-time, and link-time (physical) dependencies. He then extends these concepts from large to very large systems. The book concludes with a comprehensive top-down approach to the logical design of individual components. Appendices include a valuable design pattern Protocol Hierarchy designed to avoid fat inte
How can developers effectively decompose massive software systems to ensure long-term maintainability, testability, and reusability? John Lakos, a veteran software engineer, addresses the critical gap between theoretical object-oriented design and the practical realities of managing large-scale C++ codebases. He argues that the primary failure in large systems stems from poor physical dependency management rather than logical design flaws, proposing a rigorous methodology to enforce acyclic physical hierarchies.
What You Will Find
Experts and industry professionals widely recognize this text as a foundational resource for C++ architecture and large-scale system maintenance. Readers frequently note the technical density of the prose, which requires a strong grasp of C++ fundamentals to fully implement the provided design patterns.
Page Count:
896
Publication Date:
1996-07-10
Publisher:
Addison-Wesley
ISBN-10:
0201633620
ISBN-13:
9780201633627
No comments yet. Be the first to share your thoughts!