Overview
- Introduces SOLID principles: Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion
- The first book to provide extensive coverage of component/package design principles
- Offers easy-to-read but advanced design principles, making it valuable to many software developers with a broad range of experience in the field
Access this book
Tax calculation will be finalised at checkout
Other ways to access
About this book
The first part of this 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.
What You'll Learn
- Apply the SOLID principles of class design
- Determine if classes belong in the same package
- Know whether it is safe for packages to depend on each other
Who This Book Is For
Software developers with a broad range of experience in the field, who are looking for ways to reuse,share, and distribute their code
Similar content being viewed by others
Keywords
Table of contents (12 chapters)
Authors and Affiliations
About the author
Bibliographic Information
Book Title: Principles of Package Design
Book Subtitle: Creating Reusable Software Components
Authors: Matthias Noback
DOI: https://doi.org/10.1007/978-1-4842-4119-6
Publisher: Apress Berkeley, CA
eBook Packages: Professional and Applied Computing, Apress Access Books, Professional and Applied Computing (R0)
Copyright Information: Matthias Noback 2018
Softcover ISBN: 978-1-4842-4118-9Published: 14 November 2018
eBook ISBN: 978-1-4842-4119-6Published: 13 November 2018
Edition Number: 1
Number of Pages: XIX, 275
Number of Illustrations: 59 b/w illustrations
Topics: Programming Techniques, Programming Languages, Compilers, Interpreters, Software Engineering, Web Development, Open Source