brisonus_app_eq/doc/Reconstruction direction.txt

7 lines
419 B
Plaintext
Raw Normal View History

关于最近一次需要重构记录:
1.关于数据的操作全部移入model中controller中只保留对model的调用
2.关于ui的更新统一封装到updateUI方法中在controller中调用
3.关于信号的连接统一封装到setup_connections方法中在controller中调用
4.所有可以互斥的操作都需要成对出现逻辑上也必须完整。set/get
5.