How to apply patterns when not all team members can follow them

Posted by michael moore on Stack Overflow See other posts from Stack Overflow or by michael moore
Published on 2011-11-13T09:44:45Z Indexed on 2011/11/13 9:51 UTC
Read the original article Hit count: 235

Filed under:

We're going to start a new huge project and while it's in the process of architecting the system, I have certain doubts whether I can apply patterns and be sure they won't be violated by team members. The problem is, not all team members have enough skills to develop asp.net apps let's say using MVP pattern. So maybe this question is addressed to Team leads, or experienced devs. Did you dealt with this kind of situation, and if so what was your solution.

I was thinking to create the core by myself, and let 'em start building upon that core, however I'm not sure it will work out.

© Stack Overflow or respective owner

Related posts about pattern