One of the benefits of code review is _______ , which helps team members understand different parts of the codebase.
- Bug fixing
- Code duplication
- Knowledge sharing
- Performance optimization
One of the benefits of code review is knowledge sharing, which helps team members understand different parts of the codebase. During code reviews, team members learn from each other's approaches and techniques, leading to better collaboration and understanding of the project.
Loading...
Related Quiz
- In _______ caching, data is stored closer to the end-user to reduce latency.
- Explain a real-world scenario where the use of ACID properties in a database transaction is critical to ensuring data integrity.
- What is the principle of least privilege in security?
- You're tasked with implementing a many-to-many relationship between two tables in a database. How would you achieve this using SQL?
- What is query optimization in the context of databases?