Principles of package design creating reusable software components

Apply design principles to your classes, preparing them for reuse. You will use package design principles to create packages that are just right in terms of cohesion and coupling, and are user- and maintainer-friendly at the same time. The first part of this book walks you through the five SOLID pri...

Full description

Bibliographic Details
Main Author: Noback, Matthias
Format: eBook
Language:English
Published: [Berkeley, California] Apress 2018
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Includes bibliographical references and index
  • Introduction
  • Part 1. Class design. The single responsibility principle
  • The open/closed principle
  • The Liskov substitution principle
  • The interface segregation principle
  • The dependency inversion principle
  • Part 2. Package design. The release/reuse equivalence principle
  • The common reuse principle
  • The common closure principle
  • The acyclic dependencies principle
  • The stable dependencies principle
  • The stable abstractions principle
  • Conclusion
  • Appendix A: The full page class