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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley, California] :
Apress,
[2018]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.