Skip to content

Instantly share code, notes, and snippets.

@wpalmer
Created April 16, 2014 10:33
Show Gist options
  • Save wpalmer/10849812 to your computer and use it in GitHub Desktop.
Save wpalmer/10849812 to your computer and use it in GitHub Desktop.
do_stuff(){
// ensure parameters are valid, returning API errors related to validation if they're not
// attempt to actually do stuff, returning API errors related to processing failure if we can't
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment