Skip to content

Instantly share code, notes, and snippets.

@suchov
Created April 12, 2017 09:09
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 suchov/8ad15372e59e3f8933c534b5cb6d6c0c to your computer and use it in GitHub Desktop.
Save suchov/8ad15372e59e3f8933c534b5cb6d6c0c to your computer and use it in GitHub Desktop.
Don’t hit external APIs
External APIs are slow and unreliable. Furthermore, you can’t access them with-
out an internet connection and many APIs have rate limits. To avoid all these
problems, you should not be hitting external APIs in the test environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment