Introduction to the

Code Review, its importance is self-evident. How to review effectively without going through the motions. It’s not that easy. Here are some of my views, just for reference.

Code Review method

1. Do your homework before Review. Identify possible risks ahead of time.

Understand the code that needs to be reviewed, the scenarios applied, the functionality implemented, and its dependencies. Identify important and risky areas of the code ahead of time.

2. The reviewed person introduces his implementation scheme.

According to the homework done in advance, the review in the introduction of its implementation. This gives you a 7 or 8 rating of the quality of the code. The focus of review and the risk points of the code can be easily identified.

3. Focus on priorities and risks.

Review key code issues and risk points identified within limited time.

Do the above three points, the quality of code review is guaranteed.

What did you do about it? Welcome to the discussion.