SlideShare una empresa de Scribd logo
1 de 29
Descargar para leer sin conexión
Effective peer review.
an ongoing conversation.
Why code review?
There are lots of good reasons.
Programming is hard.
We work with smart people.
Discussing our work can be positive.
Increases overall quality.
Helps solve difficult problems.
Spreads knowledge.
Helps develop strong shared standards.
Who are reviews for?
Developers.
So that we can learn from one another.
10 Commandments
of egoless programming.

Understand and accept that you will make mistake.
You are not your code.
No matter how much “karate” you know, someone else will always know more.
Don’t rewrite code without consultation.
Treat people who know less than you with respect, deference and patience
The only constant in the world is change.
The only true authority stems from knowledge, not from position.
Fight for what you believe, but gracefully accept defeat.
Don’t be “the guy in the room.”
Critique code instead of people. Be kind to the coder, not the code.
We all make mistakes.
The important thing is to catch them as early as
possible.
Luckily our mistakes aren’t life threatening. We can fix them, move on
and laugh about it.
You are not your code.
The point of reviews is to find problems early,
educate and learn.
Don’t take it personally.
Always room to learn.
We are all smart capable developers.
Let’s learn from one another.
Ask why.
Don’t just assume that something is wrong.
Ask questions. Inquire about why something was done in a particular
way. It might be the way it is for a valid reason.
Respect your peers.
Even those that have been “in the game” for a
shorter time then you have.
We all have different levels of experience. Patience and respect goes a
long way.
Change is constant.
Standards are a living thing.
We need to work as a team to develop a culture of quality.
Knowledge over position.
Everybody has valuable insight.
Let’s cultivate that and build a knowledge based development
environment.
Don’t dig in too deep.
Fight for what you believe.
Be willing to accept ideas that are different then the ones you have now.
Don’t hide.
Building a positive development environment
takes participation.
Share what you know. Ask questions. Participate.
Critique Code.
Not people.
Be kind to the coder, not the code.
What is a “good” review?
Good reviews spread knowledge and provide a
learning experience for everybody involved.
a conversation...
Reviews should be a two way conversation
between the author of the code and the
participants of the review.
Reviewers should ask questions of the author. The author should offer
explanations and frame the context of the code being reviewed.
includes a summary...
When a review is over it should be summarized.
This will let all the participants know what action is being taken as a
result of the review.
includes praise...
If you see something you like, let the author
know.
It can be difficult to remember to do this, but it is important.
references standards...
Have a solid set of standard practices to
reference.
Remember that standards are a living thing. They are still open for
discussion.
focus on the code...
Not the person that wrote it.
Ego is something we all have, but should be kept out of reviews as much
as possible.
not always actionable...
Comments in a code review don’t necessarily
require immediate action.
Be clear about that. Is a comment a suggestion? A question?
is time-boxed...
Code reviews work best on code that is fresh in
the author’s mind.
Respond to review requests promptly. Participate as much as possible
and mark the review complete when you are done.
Being reviewed.
It can be tough to be in the hot seat and have
your code examined.
Add initial comments.
As the author adding an initial pass of
comments is extremely helpful to explain the
code under review.
Scope and context can be defined this way.
Decouple yourself...
Take a step back and release your attachments
to the work being reviewed.
This is challenging. The initial instinct is to “bunker in” and defend the
work.
Understand the standards.
Work as closely to the defined standards as
possible.
When you need to deviate explain why in the initial comment pass.
Maintain the standards.
Standards are living things.
If you deviate and need to do something a different way open the
discussion for improving the standards.
When to start a review?
During active development while the code is
fresh in your head is the best time to start a
review.
Peer review is not a task to save as until the end of development. Starting
the conversation early helps ensure that it isn’t an afterthought. Problems
are caught before they spin out of control.
Who starts a review?
Generally the author.
But sometimes it might be started by somebody else if a problem is
noticed or if a commit isn’t under review and is on the large side.

Más contenido relacionado

La actualidad más candente

Interviewing Library Shelvers
Interviewing Library ShelversInterviewing Library Shelvers
Interviewing Library Shelvers
ALATechSource
 
Selection in AIESEC
Selection in AIESEC Selection in AIESEC
Selection in AIESEC
Meda Corovei
 
Interview Basics And Skills
Interview Basics And SkillsInterview Basics And Skills
Interview Basics And Skills
palaciok001
 
Communication skillsformanager m_pw
Communication skillsformanager m_pwCommunication skillsformanager m_pw
Communication skillsformanager m_pw
Ajay Walia
 

La actualidad más candente (20)

Tips for Successful Job Interviewing: Preparation
Tips for Successful Job Interviewing: PreparationTips for Successful Job Interviewing: Preparation
Tips for Successful Job Interviewing: Preparation
 
Code review process
Code review processCode review process
Code review process
 
Interviewing Library Shelvers
Interviewing Library ShelversInterviewing Library Shelvers
Interviewing Library Shelvers
 
Tips for Successful Job Interviewing: Interview Questions
Tips for Successful Job Interviewing: Interview QuestionsTips for Successful Job Interviewing: Interview Questions
Tips for Successful Job Interviewing: Interview Questions
 
Justifying suitable methods
Justifying suitable methodsJustifying suitable methods
Justifying suitable methods
 
Essaywriting
EssaywritingEssaywriting
Essaywriting
 
Tips for Successful Job Interviews - Lunch and Learn 2014
Tips for Successful Job Interviews - Lunch and Learn 2014Tips for Successful Job Interviews - Lunch and Learn 2014
Tips for Successful Job Interviews - Lunch and Learn 2014
 
Conduct effective interview
Conduct effective interviewConduct effective interview
Conduct effective interview
 
Reflective writingforinterns 001
Reflective writingforinterns 001Reflective writingforinterns 001
Reflective writingforinterns 001
 
Teacher Resource Guidebook - Peer Assessment
Teacher Resource Guidebook - Peer Assessment Teacher Resource Guidebook - Peer Assessment
Teacher Resource Guidebook - Peer Assessment
 
Moderate This!
Moderate This! Moderate This!
Moderate This!
 
Comments by students
Comments by studentsComments by students
Comments by students
 
Selection in AIESEC
Selection in AIESEC Selection in AIESEC
Selection in AIESEC
 
Interview Basics And Skills
Interview Basics And SkillsInterview Basics And Skills
Interview Basics And Skills
 
Top 10 common mistakes made in exams
Top 10 common mistakes made in examsTop 10 common mistakes made in exams
Top 10 common mistakes made in exams
 
12 ge crit
12 ge crit12 ge crit
12 ge crit
 
Instruments of data collection
Instruments of data collectionInstruments of data collection
Instruments of data collection
 
Aow
AowAow
Aow
 
Communication skillsformanager m_pw
Communication skillsformanager m_pwCommunication skillsformanager m_pw
Communication skillsformanager m_pw
 
Unit topic challenges G8
Unit topic challenges G8Unit topic challenges G8
Unit topic challenges G8
 

Similar a Effective Peer Review

Similar a Effective Peer Review (20)

10 Faulty Behaviors of Code Review - Developer Summit Istanbul 2018
10 Faulty Behaviors of Code Review - Developer Summit Istanbul 201810 Faulty Behaviors of Code Review - Developer Summit Istanbul 2018
10 Faulty Behaviors of Code Review - Developer Summit Istanbul 2018
 
How to successfully grow a code review culture
How to successfully grow a code review cultureHow to successfully grow a code review culture
How to successfully grow a code review culture
 
Code review guidelines
Code review guidelinesCode review guidelines
Code review guidelines
 
How to successfully grow a code review culture
How to successfullygrow a code review cultureHow to successfullygrow a code review culture
How to successfully grow a code review culture
 
I don't like your design
I don't like your designI don't like your design
I don't like your design
 
Letters from the editor (TCUK12)
Letters from the editor (TCUK12)Letters from the editor (TCUK12)
Letters from the editor (TCUK12)
 
Pairing w developers_stpconpics
Pairing w developers_stpconpicsPairing w developers_stpconpics
Pairing w developers_stpconpics
 
What Happens to Everyone, When Everyone Learns to Code - by Farrah Bostic at ...
What Happens to Everyone, When Everyone Learns to Code - by Farrah Bostic at ...What Happens to Everyone, When Everyone Learns to Code - by Farrah Bostic at ...
What Happens to Everyone, When Everyone Learns to Code - by Farrah Bostic at ...
 
Discussing Design: The Art of Critique
Discussing Design: The Art of CritiqueDiscussing Design: The Art of Critique
Discussing Design: The Art of Critique
 
Discussing Design: The Art of Critique
 Discussing Design: The Art of Critique Discussing Design: The Art of Critique
Discussing Design: The Art of Critique
 
T.R.U.E. Diagnostics - Simple ways to judge the goodness of code
T.R.U.E. Diagnostics  - Simple ways to judge the goodness of codeT.R.U.E. Diagnostics  - Simple ways to judge the goodness of code
T.R.U.E. Diagnostics - Simple ways to judge the goodness of code
 
Discussing Design Without Losing your Mind [Code and Creativity 10/7]
Discussing Design Without Losing your Mind [Code and Creativity 10/7]Discussing Design Without Losing your Mind [Code and Creativity 10/7]
Discussing Design Without Losing your Mind [Code and Creativity 10/7]
 
Code review Effective - kwan
Code review  Effective - kwanCode review  Effective - kwan
Code review Effective - kwan
 
Booklet
BookletBooklet
Booklet
 
How to Crack a GROUP DISCUSSION: DOs and DONTs of GD
How to Crack a GROUP DISCUSSION: DOs and DONTs of GDHow to Crack a GROUP DISCUSSION: DOs and DONTs of GD
How to Crack a GROUP DISCUSSION: DOs and DONTs of GD
 
Project Management in the Real World
Project Management in the Real WorldProject Management in the Real World
Project Management in the Real World
 
Group Discussion
Group Discussion Group Discussion
Group Discussion
 
Critique and The Design Process: Facilitating Better Feedback
Critique and The Design Process: Facilitating Better FeedbackCritique and The Design Process: Facilitating Better Feedback
Critique and The Design Process: Facilitating Better Feedback
 
Discussing Design: The Art of Critique - ixdaNYC
Discussing Design: The Art of Critique - ixdaNYCDiscussing Design: The Art of Critique - ixdaNYC
Discussing Design: The Art of Critique - ixdaNYC
 
Achieving Success in an Interdisciplinary Team
Achieving Success in an Interdisciplinary TeamAchieving Success in an Interdisciplinary Team
Achieving Success in an Interdisciplinary Team
 

Último

Último (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

Effective Peer Review

  • 1. Effective peer review. an ongoing conversation.
  • 2. Why code review? There are lots of good reasons. Programming is hard. We work with smart people. Discussing our work can be positive. Increases overall quality. Helps solve difficult problems. Spreads knowledge. Helps develop strong shared standards.
  • 3. Who are reviews for? Developers. So that we can learn from one another.
  • 4. 10 Commandments of egoless programming. Understand and accept that you will make mistake. You are not your code. No matter how much “karate” you know, someone else will always know more. Don’t rewrite code without consultation. Treat people who know less than you with respect, deference and patience The only constant in the world is change. The only true authority stems from knowledge, not from position. Fight for what you believe, but gracefully accept defeat. Don’t be “the guy in the room.” Critique code instead of people. Be kind to the coder, not the code.
  • 5. We all make mistakes. The important thing is to catch them as early as possible. Luckily our mistakes aren’t life threatening. We can fix them, move on and laugh about it.
  • 6. You are not your code. The point of reviews is to find problems early, educate and learn. Don’t take it personally.
  • 7. Always room to learn. We are all smart capable developers. Let’s learn from one another.
  • 8. Ask why. Don’t just assume that something is wrong. Ask questions. Inquire about why something was done in a particular way. It might be the way it is for a valid reason.
  • 9. Respect your peers. Even those that have been “in the game” for a shorter time then you have. We all have different levels of experience. Patience and respect goes a long way.
  • 10. Change is constant. Standards are a living thing. We need to work as a team to develop a culture of quality.
  • 11. Knowledge over position. Everybody has valuable insight. Let’s cultivate that and build a knowledge based development environment.
  • 12. Don’t dig in too deep. Fight for what you believe. Be willing to accept ideas that are different then the ones you have now.
  • 13. Don’t hide. Building a positive development environment takes participation. Share what you know. Ask questions. Participate.
  • 14. Critique Code. Not people. Be kind to the coder, not the code.
  • 15. What is a “good” review? Good reviews spread knowledge and provide a learning experience for everybody involved.
  • 16. a conversation... Reviews should be a two way conversation between the author of the code and the participants of the review. Reviewers should ask questions of the author. The author should offer explanations and frame the context of the code being reviewed.
  • 17. includes a summary... When a review is over it should be summarized. This will let all the participants know what action is being taken as a result of the review.
  • 18. includes praise... If you see something you like, let the author know. It can be difficult to remember to do this, but it is important.
  • 19. references standards... Have a solid set of standard practices to reference. Remember that standards are a living thing. They are still open for discussion.
  • 20. focus on the code... Not the person that wrote it. Ego is something we all have, but should be kept out of reviews as much as possible.
  • 21. not always actionable... Comments in a code review don’t necessarily require immediate action. Be clear about that. Is a comment a suggestion? A question?
  • 22. is time-boxed... Code reviews work best on code that is fresh in the author’s mind. Respond to review requests promptly. Participate as much as possible and mark the review complete when you are done.
  • 23. Being reviewed. It can be tough to be in the hot seat and have your code examined.
  • 24. Add initial comments. As the author adding an initial pass of comments is extremely helpful to explain the code under review. Scope and context can be defined this way.
  • 25. Decouple yourself... Take a step back and release your attachments to the work being reviewed. This is challenging. The initial instinct is to “bunker in” and defend the work.
  • 26. Understand the standards. Work as closely to the defined standards as possible. When you need to deviate explain why in the initial comment pass.
  • 27. Maintain the standards. Standards are living things. If you deviate and need to do something a different way open the discussion for improving the standards.
  • 28. When to start a review? During active development while the code is fresh in your head is the best time to start a review. Peer review is not a task to save as until the end of development. Starting the conversation early helps ensure that it isn’t an afterthought. Problems are caught before they spin out of control.
  • 29. Who starts a review? Generally the author. But sometimes it might be started by somebody else if a problem is noticed or if a commit isn’t under review and is on the large side.