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...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2018.
|
Edición: | 1st ed. 2018. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630417306719 |
Tabla de Contenidos:
- Part 1: Class Design
- Chapter 1: The Single Responsibility Principle
- Chapter 2: The Open/Closed Principle
- Chapter 3: The Liskov Substitution Principle
- Chapter 4: The Interface Segregation Principle
- Chapter 5: The Dependency Inversion Principle
- Part 2: Package Design
- Chapter 6: The Release/Reuse Equivalence Principle
- Chapter 7: The Common Reuse Principle
- Chapter 8: The Common Closure Principle
- Chapter 9: The Acyclic Dependencies Principle
- Chapter 10: The Stable Dependencies Principle
- Chapter 11: The Stable Abstractions Principle
- Chapter 12: Conclusion
- Appendix A: The Full Page Class.-.