Skip to content

Instantly share code, notes, and snippets.

@ahsan-ikram
Last active December 31, 2021 21:02
Show Gist options
  • Select an option

  • Save ahsan-ikram/3704d4168300c19ee46da097ff6fad6a to your computer and use it in GitHub Desktop.

Select an option

Save ahsan-ikram/3704d4168300c19ee46da097ff6fad6a to your computer and use it in GitHub Desktop.
Software Testing
Write the test
Run the test (there is no implementation code, test does not pass)
Write just enough implementation code to make the test pass
Run all tests (tests pass)
Refactor
Repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment