A code review ritual in agile is a process where one or more developers review another developer’s code before it is merged into the main codebase. A code review aims to find and fix any potential defects in the code before it is released to production.
Code reviews are essential to agile development because they help ensure the code’s quality. They can also help to improve communication and collaboration between developers.
In agile development, code reviews are typically performed in a sprint. The developer who wrote the code will create a pull request, which is a request to merge the code into the main codebase. One or more other developers will then review the pull request.