Principles of Package Design (e-bog) af Noback, Matthias
Noback, Matthias (forfatter)

Principles of Package Design e-bog

509,93 DKK (inkl. moms 637,41 DKK)
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 principles that will help you improve the design of your classes. The second part introduces you to t...
E-bog 509,93 DKK
Forfattere Noback, Matthias (forfatter)
Forlag Apress
Udgivet 13 november 2018
Genrer Open source and other operating systems
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9781484241196
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 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 "e;package"e; 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 LearnApply the SOLID principles of class designDetermine if classes belong in the same packageKnow whether it is safe for packages to depend on each otherWho This Book Is ForSoftware developers with a broad range of experience in the field, who are looking for ways to reuse,share, and distribute their code