Hi,
we are establishing our internal process of code review using BitBucket and have two approaches:
1. Have mandatory 2 reviewer where the 1st one is any developer who got approval for code review and the second is one of few experts we have in the company.
2. Have one reviewer that is mandatory and another reviewer that is optional, the expert will review some of the pull request and provide feedback on the code review
What are the industrial best practices?
:)