Skip to content

Instantly share code, notes, and snippets.

@o0101
Created September 30, 2021 13:05
Show Gist options
  • Save o0101/45dbea6f17adcece228b8faa7c8c4547 to your computer and use it in GitHub Desktop.
Save o0101/45dbea6f17adcece228b8faa7c8c4547 to your computer and use it in GitHub Desktop.
My testing philosophy

On testing

  • fast feedback loop
  • set up your code so you can see it working. e.g dev server, CI/CD
  • code with imagination
    • (you're constantly thinking of edge caes naturally and places where things can go wrong, and coding defensively, or at least with awareness)
  • dogfooding, test by using
  • think of it as a product, test it from the user interaction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment