Package principles
In computer programming, package principles are a way of organizing classes in larger systems to make them more organized and manageable. They aid in understanding which classes should go into which packages and how these packages should relate with one another. Package principles also includes software package metrics, which help to quantify the dependency structure, giving different and/or more precise insights into the overall structure of classes and packages.Overview
;Reuse-release Equivalence Principle
;Common-Reuse Principle
;Common-Closure PrinciplePrinciples of package coupling">Coupling (computer science)">coupling
;Acyclic Dependencies Principle
; Stable-Dependencies Principle
; Stable-Abstractions Principle