使用模版样的布局和视图来分离逻辑与表现
uses template-like Layouts and Views to separate logic from presentation
相反,我们的方法规定如果设计是必需的则要分离逻辑和物理,但是如果并不要求设计是必需的,则允许你将一个实体视为一个黑盒子。
On the contrary, our approach prescribes logical and physical separation if design is required but allows you to treat an entity as a black box if no design is needed.
并且技术实现与业务逻辑被分离开来。
And the technology implementation is kept separate from the business logic.
应用推荐