Skip to content

Instantly share code, notes, and snippets.

@nathanhillyer
Last active January 8, 2016 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanhillyer/dd0eaabfc32205f66d78 to your computer and use it in GitHub Desktop.
Save nathanhillyer/dd0eaabfc32205f66d78 to your computer and use it in GitHub Desktop.
class ProjectManager {
func increaseProductivity(developer: Developer) {
guard let name = person.name else {
print("This person doesn't have a name, did his identity get stolen?")
return
}
slackMessage.text = "\(name) is a great iOS Developer!")
slackMessage.send()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment