Skip to content

Files

Latest commit

51e0207 · Aug 26, 2024

History

History
This branch is 7 commits behind microsoft/code-with-engineering-playbook:main.

code-reviews

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 26, 2024
Aug 26, 2024
Aug 26, 2024
Aug 26, 2024
Aug 26, 2024
Apr 24, 2023
Aug 22, 2024
Feb 15, 2024
Aug 22, 2024

Code Reviews

Developers working on projects should conduct peer code reviews on every pull request (or check-in to a shared branch).

Goals

Code review is a way to have a conversation about the code where participants will:

  • Improve code quality by identifying and removing defects before they can be introduced into shared code branches.
  • Learn and grow by having others review the code, we get exposed to unfamiliar design patterns or languages among other topics, and even break some bad habits.
  • Shared understanding between the developers over the project's code.

Resources