Hi, I would like to help with some samples for the...
# kontributors
d
Hi, I would like to help with some samples for the standard library. Is there anything which should be considered first? I am planning on doing samples for kotlin/util/standard. These were the parts which were hard to find usage for, when I started Kotlin.
i
Check out the sample authoring guide: https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/samples/ReadMe.md Also, there's pretty extensive article about these functions: https://kotlinlang.org/docs/reference/scope-functions.html Do you think there are some of them left uncovered?
d
Okay, I didn't know about these articles, but takeIf and takeUnless are missing a reference to this article.
i
Would be nice to add it then.