This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG = false | |
MAX_ASSIGNED = 2 | |
reviewers = %i[Diego Maco Rodrigo Mauricio Rubén Maximus Julián Jaime William Nelson] | |
reviewers_assigned = {} | |
# performs the assignment of reviewers taking into consideration the following conditions: | |
# 1) A reviewer must have 2 and only 2 developers assigned to review which are randomly selected. | |
# 2) A reviewer cannot review himself. | |
# 3) if an impossible allocation is found (there is only 1 available dev and it is the same or has already been taken by it) the process is started again. | |
loop do |