Skip to content

Instantly share code, notes, and snippets.

@DominikMostek
Created August 21, 2015 13:56
Show Gist options
  • Save DominikMostek/cb730c0a9274b4e7e804 to your computer and use it in GitHub Desktop.
Save DominikMostek/cb730c0a9274b4e7e804 to your computer and use it in GitHub Desktop.
Never, never do that
for (...) {
if (...) {
try {
try {
if (...) {
if (...) {
for (...) {
if (...) {
} else if (...) {
}
}
} else {
}
}
} catch (Exception e) {
}
} catch (Exception e) {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment