Skip to content

Instantly share code, notes, and snippets.

@gotoplanb
Created February 11, 2012 19:12
Show Gist options
  • Save gotoplanb/1803676 to your computer and use it in GitHub Desktop.
Save gotoplanb/1803676 to your computer and use it in GitHub Desktop.
if (journalistKnowsCode === true) {
journalismAdaptsAndIsSaved();
} else if (journalistIgnoredCode === true) {
journalismDies();
} else {
democracyIsThreatenAndZombiesInheritEarth();
}
if (journalistKnowsCode === true) {
journalismAdaptsAndIsSaved();
} else {
journalismDies();
democracyIsThreatenAndZombiesInheritEarth();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment