Start trefwoorden te typen om de site te doorzoeken. Druk enter om te verzenden.
Generative AI
Cloud
Testing
Artificial intelligence
Security
A subsequent measure for increasing the quality of the developed products is an evaluation activity: the code review.
The code review is a method of improving the quality of written code by evaluating the work against the specifications and/or guidelines and subjecting it to peer review.
The code review can be carried out as a static test activity within development testing. Its aim is to ensure that the quality of the code meets the set functional and non-functional requirements.In the code review, the following points can be checked, independently of the set requirements:
For the review, various techniques can be employed like over-the-shoulder, (email) pass-around, pair programming and the use of various code-analysis tools.
The code review is also applicable to development environments and development tools that are mainly used for configuration (rather than coding, e.g. with package implementations). In that case, the parameter settings are the subject of the review.
When carrying out the code review, allowance should be made for any overlap with the use of code-analysis tools. These tools are increasingly being included in the automated integration process, in which they perform all kinds of static analyses and checks automatically. The code review therefore does not have to focus on these. It is advisable to include the output of the tools in the code review report.
Building Blocks
Related wiki’sRisk PokerPlanning PokerRoot Cause Analysis (RCA) Specification and Example (SaE)Test-Driven Development (TDD)Clean Code-architectureCode MaintenancePair programmingPairingTest design techniquesCode reviewUnit Testing PrinciplesCode coverageFeature togglesMonitoring of product quality Parallel testingMutation testingPath Testing (algorithm test)