SW StudyWalks

Computer Science  /  CS 0066  ·  Atom · ~20 seconds

Componentization

Video not yet published
to the StudyWalks catalog
State

Componentization splits a system into separable, swappable parts along clean boundaries, so any part can be replaced without rebuilding the whole.

Show

A car takes a new alternator without a new engine because the boundary between them is clean.

Watch for

The boundaries do the work; sloppy ones spread every repair.