_____ is a code review technique where the reviewer reviews the code independently and annotates potential issues.
- Manual review
- Pair programming
- Solo review
- Static analysis
Manual review is a code review technique where the reviewer independently examines the code, identifying potential issues and providing feedback.
Loading...
Related Quiz
- A software development team is working on a project with unclear and frequently changing requirements. Which SDLC model would be most suitable for such a project?
- In software maintenance, _____ refers to the practice of regularly checking and updating software to ensure its optimal performance.
- How can adherence to coding standards and style guides impact the maintainability and scalability of a codebase?
- How does Functional Programming differ from Procedural Programming in terms of state and data manipulation?
- A software company wants to automate the process of code deployment so that any code commit triggers automated tests and deploys the code to production if the tests pass. Which practice would best serve this purpose?