Some of our developers do not like the team in MVVM because there is no support in the VS2010 IDE to help you move from the Command binding in xaml to the actual code that implements the behavior. Using the code, you can right-click and select "Move to event handler." We start a new project with 4 developers, but we usually divide the work into functional areas, rather than Ux and business logic, so each developer works in xaml and viewmodel / domain to implement the necessary functions.
Do you guys consider this a hindrance to adopting MVVM?
Does any of the frameworks help in this regard?
Are there any tips / tricks that make this navigation easier?
Perhaps we should try to split the work between Ux and application logic?
Thanks for any ideas.
source share