Skip to content

Instantly share code, notes, and snippets.

@yabberyabber
Created April 24, 2019 16:59
Show Gist options
  • Save yabberyabber/7ffc7845f3c19578fac1ac5f152c4bef to your computer and use it in GitHub Desktop.
Save yabberyabber/7ffc7845f3c19578fac1ac5f152c4bef to your computer and use it in GitHub Desktop.
Python anti-patterns
try:
do_something()
except IndexError:
raise SomeOtherException()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment