Skip to content

Instantly share code, notes, and snippets.

@anushshukla
Created April 6, 2021 21:56
Show Gist options
  • Select an option

  • Save anushshukla/af85baa7613cb917893f9046eb2ba7f0 to your computer and use it in GitHub Desktop.

Select an option

Save anushshukla/af85baa7613cb917893f9046eb2ba7f0 to your computer and use it in GitHub Desktop.
How to avoid code defects
  • TDD
  • Branch merge allowed via pull requests only
  • Before branch merge: Linter check
  • Before branch merge: Prettier check
  • Before branch merge: Code Quality check
  • Before branch merge: Test Coverage Check of Dev Unit Test + QA functional / integrated test automation
  • Working code demo evidence
  • Before branch merge: Code Review
  • Before branch merge: Code Approval from concerned Product / Engineering Managers / QA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment