Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.9 KB

onboarding.markdown

File metadata and controls

37 lines (31 loc) · 1.9 KB

Onboarding a new Team Member

Checklist

Project Overview

Coding Guidelines

  • Discuss whenever desired
  • Some good general advice
  • Comments
    • Generally avoid them
    • Codify things that need explanation (function names, interfaces, etc)
    • Only comment things that are surprising or deviate from a standard
  • Tracker Updates
    • Mark git commits with the story number so that anyone picking up a story has a chance to see what code is in progress
    • If that isn't working, leave a comment in the story with a pointer to the commit