I produced a new episode of my YouTube series Idiomatic Kotlin. This one is about the Result mechanism (
Result<T>
) of Kotlin!
I upgraded my production quality a lot and produced a concise, to the point video!
There's an auxiliary appendix video available in which I am going into more detail with a hand-made example.
Here's the new episode:
https://youtu.be/-_ysLWhR-NE▾
Let me know what you think 👍
👏 4
K 12
a
andylamax
09/21/2021, 6:29 AM
The production quality is superb
The presentation is on point
Other opinions are very subjective, so, I'll just leave those that are factual.
Kudos
j
Jakob Löhnertz
09/21/2021, 10:19 AM
@andylamax Thanks so lot, happy to hear 😊
z
zpearce
09/21/2021, 1:06 PM
Really great video! I didn’t know that Kotlin had this in the stdlib (I have been using the Either monad from arrow for the same purpose)
j
Jakob Löhnertz
09/21/2021, 1:10 PM
@zpearce Thanks so much! Yeah, it's only really usable since v1.5 so I also felt that it's not super well known but the original KEEP document for