📃
Labs Engineering Standards
HomeGuides
  • Labs Engineering Standards
  • Writing Standards
  • Coding
    • Programming Languages
    • Developer Workflow
    • Git
    • Github
    • Code Quality
    • Application Security
  • Frameworks
    • Web API Frameworks
    • React
    • Node.js
    • Spring
  • Platforms & Services
    • 3rd Party Services
    • Data Persistence
  • Infrastructure
    • DNS
    • AWS
    • Heroku
Powered by GitBook
On this page

Was this helpful?

  1. Coding

Developer Workflow

PreviousProgramming LanguagesNextGit

Last updated 3 years ago

Was this helpful?

(DW-100) One path to deployment

Workflow for all Lab products must follow the diagram below.

Developer Workflow
  • The Dev Cycle is made up of many small iterations and commits

  • The QA Cycle represents the workflow used by the team to validate your PR

The following video uses a basic node app on Heroku to demonstrate just the git workflow

Rationale:

  • A standard workflow helps create a common language for a team to use and understand the state of a task and the project

Exceptions:

  • None