Communication

February 26, 2020 ยท View on GitHub

The goal of this page is to provide template messages you can use to operate faster. By knowing how to communicate, one can move faster

Things to have a discussion on:

  • Architecture
  • Data Structures
  • Things which can create technical debt
  • When we break rules/conventions
  • Hacks
  • Exception/niche cases

Things to not have a discussion on:

  • Things which can be automatically fixed
    • ie: styles
  • Technical debt that is easy to fix
    • using prettiers/linters/formatting tools

Communication Templates

Commit first, then make changes

Message:

Will commit this first, and make follow up PRs as comments are made.

Used when:

  • Feeling blocked, but wanting to move fast