Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为一般经验法则,在 MVP 架构中的一个 Presenter 中使用两个业务逻辑类是否可以接受?
Model-View-Presenter 是一种用户界面设计模式,旨在促进自动化单元测试并改善表示逻辑中的关注点分离,因此您拥有多个业务逻辑类是没有问题的。如果你想分离你的业务逻辑以利用关注点分离,你应该使用模块化设计模式。