Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Code Reviews FTW!

David Majda
September 21, 2013

Code Reviews FTW!

About a year and half ago, we started to use code reviews in several teams in SUSE. What experience did we gain and what benefits do we see? How does a good review look like? What should a reviewer focus at and what should he/she avoid? And do code reviews make sense for you? We will try to answer all these questions.

Presented at WebExpo Prague 2013.

Details & video: http://webexpo.net/prague2013/talk/code-reviews-ftw/

David Majda

September 21, 2013
Tweet

More Decks by David Majda

Other Decks in Programming

Transcript

  1. Mid-level Checklist ☑ Already seen this? ☑ Easy to maintain?

    ☑ Easy to extend? ☑ Not overengineered?
  2. Mid-level Checklist ☑ Already seen this? ☑ Easy to maintain?

    ☑ Easy to extend? ☑ Not overengineered? ☑ Boy scout rule?
  3. Low-level Checklist ☑ Are erros handled? ☑ Covered by tests?

    ☑ Follows coding style? ☑ Bugs: other occurrences?