Monday, 10 October 2016

程序员修炼之道读书笔记 36 Model Viewer Controller




This is the key concept behind the Model-View-Controller (MVC0 idiom: separating the model from both the GUI that represents it and the controls that manage the view
Model Viewer Controller 的主要思想就是将数据模型和表示它的GUI 以及管理GUI 的控制部分解耦合。

No comments:

Post a Comment