Overview
Code Review is an important process of the development cycle. In order to make sure that the code is clean and correct it must be reviewed by the teamleads
Flow
-
The code review process is an absolute must in regards to the development process.
-
It must be done separately for the FE and BE part.
-
FE code review should start with the home page.
-
FE pages with increased complexity should also be sent for code review.
-
As for the BE part, it should be done each 25% of the finalised project (for small ones) and each epic for big projects. This part is defined with the Team lead – the exact percentage
-
It should be done before the QA part. There is no need for the second circle of code review for the Epic/ task if there is something wrong in the QA part, unless discussed.
-
A request for a repeated code review can be sent by PM if he considers it necessary or there is a suspicion that something may go wrong.
Leave a Reply
You must be logged in to post a comment.