Skip to content

Instantly share code, notes, and snippets.

@cojoj
Created April 15, 2017 20:25
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 cojoj/bda10938776011bb25806142bec57622 to your computer and use it in GitHub Desktop.
Save cojoj/bda10938776011bb25806142bec57622 to your computer and use it in GitHub Desktop.
func viewDidLoad() -> Void {
super.viewDidLoad()
configureBasicStuff() -> Void
prepareSomeFood() -> Void
if production {
configureSomeFancyProperties() -> Void
} else {
showMeSomeMemes() -> Void
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment