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

Code Review with GitHub

Code Review with GitHub

Uyi Ehondor

June 18, 2013
Tweet

Other Decks in Programming

Transcript

  1. Fork & Pull Model • Popular choice with open source

    projects. • Encourages independence almost immediately without upfront coordination.
  2. Pull Requests • Pull requests let you tell others about

    changes. • Interested parties will be notified. • Parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary.
  3. Why Code Review • Improved code quality • Fewer defects

    in code • Improved communication about code content • ...
  4. Good Code Review • What does not meet set standards?

    • Why it does not meet standards? • How to improve • ...