Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    I will think over this also. I really like the separation of the development of the views and controllers from the models, because it forces the developers to come up with a good API for the models. In order to work simultaneously, it also forces the writing of relevant tests. Commented Aug 26, 2013 at 1:05
  • 1
    I have decided to accept this answer because after going over it and talking it over with a couple team members, I'm convinced the best way to induce collaboration is to divide roles on the same project. It may not work, but it seems to be the best fit I've heard. Commented Aug 28, 2013 at 1:38