Engineering techniques to diminish MVVM Driven Development time?
- by Oscar Cabrero
Hi Currently we just start releasing modules for a big project in MVVM but seems like the deliverables are starting to encounter a slowness with this model, such things as the learning curve effort and the fact that mvvm do requires a bit more code than other patterns, What Programming and software engineering techniques do you employ or thing could help us reduce the effort and speed up development?
things like code generation with T4 templates, ligth MVVM frameworks, use Expression Blend, hire a designer to hanle UX.
Thanks for any advice you could provide.