- Mastering Windows Presentation Foundation
- Sheridan Yuen
- 265字
- 2021-06-24 16:49:02
Is there a downside?
There are, however, a few drawbacks to using MVVM, and it will not help us in every situation. The main downside to implementing MVVM is that it adds a certain level of complexity to our applications. First, there's the data binding, which can take some time to master. Also, depending on your version of Visual Studio, data binding errors may only appear at runtime and can be very tricky to track down. We will however look into solutions for this in the next chapter.
Then, there are different ways to communicate between the Views and View Models that we need to understand. Commanding and handling events in an unusual way takes a while to get used to. Having to discover the optimal arrangement of all the required components in the code base also takes time. So, there is a steep learning curve to climb before we can become competent at implementing MVVM for sure. This book will cover all of these areas in detail and attempt to lessen the gradient of that learning curve.
However, even when we are well practiced at the pattern, there are still occasional situations when it wouldn't make sense to implement MVVM. One example would be if our application was going to be very small, it would be unlikely that we would want to have unit tests for it or swap out any of its components. It would, therefore, be impractical to go through the added complexity of implementing the pattern when the benefits of the Separation of Concerns that it provides, were not required.
- Getting Started with Citrix XenApp? 7.6
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- DevOps Automation Cookbook
- Hands-On Enterprise Automation with Python.
- C語言程序設計學習指導與習題解答
- 用案例學Java Web整合開發
- Creating Data Stories with Tableau Public
- 實戰Java高并發程序設計(第2版)
- OpenCV with Python Blueprints
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- OpenCV Android開發實戰
- LabVIEW數據采集
- Flask Web開發實戰:入門、進階與原理解析
- Oracle API Management 12c Implementation
- Python 3.8編程快速入門