Skip to content

Instantly share code, notes, and snippets.

@OmerShapira
Created February 4, 2013 09:15
Show Gist options
  • Save OmerShapira/4705777 to your computer and use it in GitHub Desktop.
Save OmerShapira/4705777 to your computer and use it in GitHub Desktop.
try {
harder();
}
@peichunting
Copy link

what's this?

@OhadRon
Copy link

OhadRon commented Feb 4, 2013

Not throwing an exception is a bad practice.

try:
    harder()
except:
    sleep_some_more(snooze=True)

@yuvadm
Copy link

yuvadm commented Feb 4, 2013

try {
    harder();
    better();
    faster();
    stronger();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment