By nature, the MVC pattern is highly testable and encourages good separation of concerns.
MVC模式天生就是可测试的,而且鼓励对关注点的分离。
3
Even if you don't do the view-model separation, the MVC pattern is valuable in many situations, so you should take a look at how it works and what it can do for you.