There is a group of developers from several people. This group includes one or two people who need to prohibit the direct sending of pending changes ( Pending Changes ) of the code to the server via Check In , and make it so that the Rewiew Code is created for the selected programmer from the group (or for a specific programmer without choice). The bottom line is that there are programmers who write not very good code, which as a result has to be rewritten. I understand that the question: "Why do we need such programmers?" appropriate here, but alas, I can do nothing about it. It is necessary to check, at least briefly, the changes of these programmers. The interaction scheme in two steps:

  1. The programmer from the group makes changes
  2. If it’s right, it sends the changes to the server; if not, it sends the changes for review to another programmer who, only after approval, can send them to the server.

Is it possible to implement this configuration in Visual Studio Team Foundation Server 2015 ?

    0