SW StudyWalks

Computer Science  /  CS 0070  ·  Atom · ~20 seconds

Model-View-Controller

Video not yet published
to the StudyWalks catalog
State

Model-View-Controller is a widely employed architectural pattern separating a system into the model holding data, the view presenting it, and the controller handling interaction.

Show

A banking app keeps balances, the screen showing them, and the tap moving money as three separated concerns.

Watch for

The parts stay apart; that is the pattern.