* Make modules as small as possible for all classes in any of packages
(or subpackages thereof).
* Make as few modules as possible for everything else (while not including
unnecessary code).
Note
In order to avoid ambiguity between packages and classes (and keep a
simple interface), selecting individual classes is not supported.
Mix between FewestModules / SmallestModules
* Make modules as small as possible for all classes in any of packages (or subpackages thereof). * Make as few modules as possible for everything else (while not including unnecessary code).
In order to avoid ambiguity between packages and classes (and keep a simple interface), selecting individual classes is not supported.