(snip)
If a setof packages is sufficiently cohesive, then
the packages may be grouped into a module. (snip)
Thus, a module controls how its packages use
other modules (by specifying dependences) and
controls how other modules use its packages (by
specifying which of its packages are exported).
(snip)
• 十分に凝集されたパッケージセットはモジュールとして
グループ化されうる
• モジュールは他のモジュールをどう使うか、他のモジュー
ルからどう使われるかを制御する
Chapter 7. Packages and Modules