Skip to content

Instantly share code, notes, and snippets.

@satan87
Created August 1, 2020 21:11
Show Gist options
  • Save satan87/4f0bf41a3940054e69b45b634c4b8b7e to your computer and use it in GitHub Desktop.
Save satan87/4f0bf41a3940054e69b45b634c4b8b7e to your computer and use it in GitHub Desktop.
func playDebug(combination: Combination) {
playCombination(combination: combination)
}
func play() {
playCombination(combination: generateCombination())
}
private func playCombination(combination: Combination) {
let combination = combination
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment