Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

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