本文介绍了将业务逻辑保留在MVVM的模型中,这是最佳做法吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

说我有一个学生班级,在我的观察中,创建和填充学生的测试成绩(来自数据库/服务)应在不同的班级(可能是工厂模式)中进行处理,这是最佳实践吗?还是应该填充学生班的数据?

请指教!

-Vallarasu S.

Say I have a student class, in my observation creating and populating the test scores of a student (from a DB/Service) should be handled in a different class (possibly a factory pattern) is that a best practice? or should I populate the data from the student class?

Please advice!

-Vallarasu S.

推荐答案


这篇关于将业务逻辑保留在MVVM的模型中,这是最佳做法吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 08:51