Senior Software Engineer at GetYourGuide
In Kotlin, functions are treated as first-class citizens. This series is dedicated to exploring the extraordinary features of Kotlin functions. Topics...
In the previous part of this series, we learned about Local functions in Kotlin. In this part, I’d like to talk about Infix functions. Infix notation...
We all love logging stuff in our Android apps to debug and keep track of the state our app is in. But what about in Production? How will you be able...