- Clean Code in C#
- Jason Alls
- 145字
- 2021-06-18 18:28:07
The code review process
The normal procedure for carrying out a code review is to make sure your code compiles and meets the requirements set. It should also pass all unit tests and end-to-end tests. Once you are confident that you are able to compile, test, and run your code successfully, then it is checked in to the current working branch. Once checked in, you will then issue a pull request.
A peer reviewer will then review your code and share comments and feedback. If your code passes the code review, your code review is completed and you can then merge your working branch into the main trunk. Otherwise, the peer review will be rejected, and you will be required to review your work and address the issues raised in the comments provided by your reviewer.
The following diagram shows the peer code review process:

- scikit-learn Cookbook
- Kali Linux Web Penetration Testing Cookbook
- Python for Secret Agents:Volume II
- 大學計算機基礎實驗教程
- 營銷數據科學:用R和Python進行預測分析的建模技術
- Python金融數據分析
- 青少年Python編程入門
- Python機器學習基礎教程
- Java系統化項目開發教程
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- NetBeans IDE 8 Cookbook
- 微信小程序開發與實戰(微課版)
- GameMaker Essentials
- SaaS攻略:入門、實戰與進階
- Python數據可視化之matplotlib實踐