Factor the UI into a view and controller where the view handles simple mapping to the underlying model and the the controller handles input response and complex view logic.| martinfowler.com
Represent the state and behavior of the presentation independently of the GUI controls used in the interface| martinfowler.com