Skip to content

Instantly share code, notes, and snippets.

@edesdan
Created March 8, 2018 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edesdan/03ec9e1e7deda28a5ae4fef27dad6081 to your computer and use it in GitHub Desktop.
Save edesdan/03ec9e1e7deda28a5ae4fef27dad6081 to your computer and use it in GitHub Desktop.
Quotes from the IT Gurus

If you get a failure in a high level test, not just do you have a bug in your functional code, you also have a missing unit test. Thus whenever you fix a failing end-to-end test, you should be adding unit tests too. — Martin Fowler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment