Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ofelix03/a87cdb0d72ebec3df1b54cdfe2200e7c to your computer and use it in GitHub Desktop.

Select an option

Save ofelix03/a87cdb0d72ebec3df1b54cdfe2200e7c to your computer and use it in GitHub Desktop.
raising-exceptions-inside-if-conditionals-better
if something_is_wrong:
raise Exception("Something is wrong")
# perform appropriate action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment