- 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.
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Java高手真經(高級編程卷):Java Web高級開發技術
- Java Web程序設計
- Interactive Applications Using Matplotlib
- Mastering Apache Maven 3
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- AutoCAD 2009實訓指導
- 開源項目成功之道
- 深入實踐DDD:以DSL驅動復雜軟件開發
- C語言程序設計教程
- Building UIs with Wijmo
- AngularJS UI Development
- Python趣味創意編程
- Kohana 3.0 Beginner's Guide
- Java Script從入門到精通(第5版)