Skip to content

Instantly share code, notes, and snippets.

@onuryilmaz
Last active August 29, 2015 14:26
Show Gist options
  • Save onuryilmaz/5d5e5142a769c5509bb2 to your computer and use it in GitHub Desktop.
Save onuryilmaz/5d5e5142a769c5509bb2 to your computer and use it in GitHub Desktop.
# Developer ilanı
if (education.related("Computer Science") && knowledge.computerScience.level == high) {
applyJob("Developer")
}
# Guardian of Excellence
if(reasoning.level == "Spock")
applyJob("Guardian of Excellence")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment