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

Code Review for Teams

Code Review for Teams

Josh Betz

July 26, 2015
Tweet

More Decks by Josh Betz

Other Decks in Technology

Transcript

  1. • More than 2.6 billion monthly page views • More

    than 9.5 million lines of code • 100% uptime last 30 days
  2. Be proactive • Fix issues before they make it to

    production • Limit downtime • Don’t get hacked
  3. Save $$ • Downed, broken, hacked sites are expensive. •

    Expensive to debug • Expensive to fix
  4. Become a better programmer • Part of the WordPress culture

    is learning by example. • All code that goes into core starts as a patch on a trac ticket. • You can learn just as much by giving feedback as you can by receiving feedback.
  5. You wouldn't publish a book without sending it to an

    editor first, don't publish software without code review.
  6. Line-by-line • Important: Feedback references the code, not the developer.

    • Have a Checklist • Github Pull Requests • Feature Branch Workflow • Gitflow Workflow
  7. Mix