tangled — move functions to their module
Coupling · cross-module edges 0/ 0
lower is better — fewer dependency lines crossing boundaries
Cohesion · members in right home 0%
higher is better — related work grouped into focused modules
console
Click a function and send it to its module. Group related work together → cross-boundary edges drop, coupling falls and cohesion rises.

Move this function

Send fn to which module?