Skip to content

Instantly share code, notes, and snippets.

@sodastsai
Last active October 3, 2016 15:32
Show Gist options
  • Save sodastsai/e457e225fb4c51436543d715404d78b5 to your computer and use it in GitHub Desktop.
Save sodastsai/e457e225fb4c51436543d715404d78b5 to your computer and use it in GitHub Desktop.
Argument labels in Swift
viewController.dismiss(true) // bad
viewController.dismiss(animated: true)
viewController.dismissAnimated(true) // worse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment