Skip to content

Instantly share code, notes, and snippets.

@igorwojda
Created October 21, 2017 13:24
Show Gist options
  • Save igorwojda/6e31531c2e03f6242e154b4b2dab0be7 to your computer and use it in GitHub Desktop.
Save igorwojda/6e31531c2e03f6242e154b4b2dab0be7 to your computer and use it in GitHub Desktop.
Side effects - retrieving value from outside the function
fun getCurrentTime(): Long {
return System.currentTimeMillis()
}
fun getBoolean(): Boolean {
return Random().nextBoolean()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment