Loading…

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
Call Number:Libro Electrónico
Main Author: Noback, Matthias (Author)
Format: Electronic eBook
Language:Inglés
Published: [Berkeley, California] : Apress, [2018]
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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.