Định nghĩa Code Review là gì?
Code Review là Mã Xem lại. Đây là nghĩa tiếng Việt của thuật ngữ Code Review - một thuật ngữ thuộc nhóm Technology Terms - Công nghệ thông tin.
Độ phổ biến(Factor rating): 5/10
Một xem xét mã là quá trình kiểm tra mã được viết với mục đích làm nổi bật sai lầm để học hỏi từ họ. Mã tổng thể là tĩnh hoặc động. Khi mã được phân tích cho những sai lầm và lỗi cú pháp, nó được gọi là một xem xét mã tĩnh. Khi mã được thực thi để so sánh kết quả thực tế với kết quả mong đợi, nó được gọi là một xem xét mã năng động.
Xem thêm: Thuật ngữ công nghệ A-Z
Giải thích ý nghĩa
Mã này có thể có lỗi cú pháp, giống như một biến undefined hoặc sử dụng từ khóa không đúng cách, và các lỗi logic, nơi cú pháp thích hợp được sử dụng nhưng mang lại kết quả không chính xác do một lỗ hổng trong thuật toán. lỗi cú pháp có thể được loại bỏ bằng cách sử dụng xem xét mã tĩnh, trong khi các lỗi logic có thể được loại bỏ bằng chỉ xem xét mã năng động, như các lỗi trong mã không biết đến các nhà phát triển tại thời gian biên dịch. Mã rà soát được (nên) được thực hiện thường xuyên trong giai đoạn thiết kế mã. Một cuộc họp kiểm toán là heldto xác định độ tin cậy mã và, nếu có thể, đề nghị lựa chọn thay thế tốt hơn để mã hiện. Mã thường được xem xét đối với an ninh, bảo trì, độ tin cậy, upgradability, tính linh hoạt, khả năng hội nhập, và các tính năng khác trong quá trình xem xét mã.
What is the Code Review? - Definition
A code review is the process of examining written code with the purpose of highlighting mistakes in order to learn from them. Code review can be static or dynamic. When code is analyzed for mistakes and syntax errors, it is termed as a static code review. When code is executed to compare the actual results with the expected results, it is termed as a dynamic code review.
Understanding the Code Review
The code may have syntax errors, like an undefined variable or improper keyword usage, and logical errors, where the proper syntax is used but yields incorrect output due to a flaw in the algorithm. Syntax errors can be removed using a static code review, while logical errors can be removed only with a dynamic code review, as the mistake in the code is not known to the developer at compilation time. Code review are (should) be carried out regularly during the code design phase. An audit meeting is heldto determine code reliability and, if possible, suggest better alternatives to the existing code. Code is generally reviewed for security, maintainability, reliability, upgradability, flexibility, integration capability, and other features during the code review process.
Thuật ngữ liên quan
- Unit Test
- Scrum
- Program Evaluation Review Technique Chart (PERT Chart)
- Bug Fix
- Refactoring
- Software Development Life Cycle (SDLC)
- Agile Software Development
- Software Development Life Cycle Model (SDLC)
- Commit
- Access Modifiers
Source: Code Review là gì? Technology Dictionary - Filegi - Techtopedia - Techterm