Skip to content

Instantly share code, notes, and snippets.

@meeDamian
Created April 3, 2013 17:10
Show Gist options
  • Save meeDamian/5303161 to your computer and use it in GitHub Desktop.
Save meeDamian/5303161 to your computer and use it in GitHub Desktop.
do {
try {
some_new_great_idea();
great_success = true;
} catch( UtterFailure uf ) {
improve_or_change_idea_based_on( uf, ++experience );
continue;
}
} while(great_success);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment