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

Explicit Development

Explicit Development

Patterns for Developing in a Team

Jordan Cauley

October 11, 2015
Tweet

More Decks by Jordan Cauley

Other Decks in Programming

Transcript

  1. Commit Messages • First line should act as a title

    • Don’t use -m • Keep messages in present tense • Answer • Why the change? • How does it address the issue? • Any side effects? • Link to an issue?
  2. Gnarly Branches • feature/navigation : feature branches for core functionality

    • bug/unstable-dropdown : resolve some bugs • component/nav-login : css, js, php, for component functionality