MVVM and division of amongst multiple developers

Posted by nlawalker on Stack Overflow See other posts from Stack Overflow or by nlawalker
Published on 2010-06-16T23:47:01Z Indexed on 2010/06/16 23:52 UTC
Read the original article Hit count: 233

Filed under:
|
|

Can anyone speak to the ease of dividing work amongst multiple developers when designing and building a medium- to large-complexity Silverlight or WPF application? My team is finding it difficult to cleanly split work when you've got, for example, a number of controls that provide different visualizations of a Model/ViewModel that's fairly complex and has a lot of properties and methods for interacting with data. It seems like a very big portion of the work ends up being the design and build of the Model/ViewModel, and much less inside each of the controls, which are naturally what are easy to ration out to multiple people.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about Silverlight