Skip to content

Instantly share code, notes, and snippets.

@elvis-onobo
Created December 10, 2020 11:09
Show Gist options
  • Save elvis-onobo/ffcb95b4ee1475579a28fed0344dbd55 to your computer and use it in GitHub Desktop.
Save elvis-onobo/ffcb95b4ee1475579a28fed0344dbd55 to your computer and use it in GitHub Desktop.
DB Operations Mistake
if (CustomerFundsDeducted()) {
PostFundsToStore()
} else {
// throw an error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment