Principles of Package Design: Creating Reusable Software Components
eBook Details:
- Paperback: 275 pages
- Publisher: WOW! eBook; 1st edition (November 14, 2018)
- Language: English
- ISBN-10: 1484241185
- ISBN-13: 978-1484241189
eBook Description:
Principles of Package Design: Creating Reusable Software Components
Principles of Package Design introduces SOLID principles: Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion
The first part of Principles of Package Design book walks you through the five SOLID principles that will help you improve the design of your classes. The second part introduces you to the best practices of package design, and covers both package cohesion principles and package coupling principles. Cohesion principles show you which classes should be put together in a package, when to split packages, and if a combination of classes may be considered a “package” in the first place. Package coupling principles help you choose the right dependencies and prevent wrong directions in the dependency graph of your packages.