Skip to content

Instantly share code, notes, and snippets.

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