- 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.
- Practical Data Analysis Cookbook
- C++程序設計(第3版)
- WebAssembly實戰
- Unity 2020 Mobile Game Development
- Xcode 7 Essentials(Second Edition)
- 數據結構與算法JavaScript描述
- JavaScript by Example
- 網站構建技術
- Oracle從入門到精通(第5版)
- Arduino家居安全系統構建實戰
- Python圖形化編程(微課版)
- Learning Material Design
- Hands-On Neural Network Programming with C#
- TypeScript 2.x By Example
- Java程序設計教程