Skip to content

Instantly share code, notes, and snippets.

@meeDamian
Created November 27, 2015 07:11
Show Gist options
  • Save meeDamian/22d4192f65794952e11d to your computer and use it in GitHub Desktop.
Save meeDamian/22d4192f65794952e11d to your computer and use it in GitHub Desktop.
mee = new Person()
mee.code() while mee.hasCoffee() and mee.isAwake()
Damian mee = new Person();
do {
try {
someNewGreatIdea();
mee.setGreatSuccess(true);
} catch(UtterFailureException uf) {
mee.drawConclusionsAndLearnFrom(uf);
mee.incExperience();
continue;
}
} while(mee.getGreatSuccess());
mee = Person()
while(mee.awake()):
mee.code()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment