Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created August 21, 2021 12:35
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 magdamiu/eef3f4c7d16e2741a48ffd33783f2556 to your computer and use it in GitHub Desktop.
Save magdamiu/eef3f4c7d16e2741a48ffd33783f2556 to your computer and use it in GitHub Desktop.
Clean Code with Kotlin by Magda Miu - Meaningful names 3 - Unclean Code
users.filter{ it.job == Job.Developer }
.map{ it.birthDate.dayOfMonth }
.filter{ it <= 10 }
.min()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment