Using Kotlin Extension Functions: The Good, the Bad, and the Ugly
#kotlin #kotlinextensions #extensionmethods #cleancode #kotlinbestpractives #kotlinextensionfunctions #programming #kotlintutorial
https://hackernoon.com/using-kotlin-extension-functions-the-good-the-bad-and-the-ugly
#kotlin #kotlinextensions #extensionmethods #cleancode #kotlinbestpractives #kotlinextensionfunctions #programming #kotlintutorial
https://hackernoon.com/using-kotlin-extension-functions-the-good-the-bad-and-the-ugly
Hackernoon
Using Kotlin Extension Functions: The Good, the Bad, and the Ugly | HackerNoon
Extension functions allow you to natively implement the "decorator" pattern. There are best practices for using them.
Cancelling Coroutines in Kotlin
#kotlin #coroutinesinkotlin #cancellingcoroutines #kotlindevelopment #kotlintutorial #kotlinextensionfunctions #kotlintasks #kotlinoperator
https://hackernoon.com/cancelling-coroutines-in-kotlin
#kotlin #coroutinesinkotlin #cancellingcoroutines #kotlindevelopment #kotlintutorial #kotlinextensionfunctions #kotlintasks #kotlinoperator
https://hackernoon.com/cancelling-coroutines-in-kotlin
Hackernoon
Cancelling Coroutines in Kotlin | HackerNoon
Sometimes we need to close some thread, and we can't just kill the thread as we need to free resources and close connections.
How to Develop a DSL in Kotlin
#kotlin #kotlindsl #kotlindevelopment #businessprocessautomation #businessprocess #kotlinoperator #kotlinextensionfunctions #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/how-develop-a-dsl-in-kotlin
#kotlin #kotlindsl #kotlindevelopment #businessprocessautomation #businessprocess #kotlinoperator #kotlinextensionfunctions #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/how-develop-a-dsl-in-kotlin
Hackernoon
How to Develop a DSL in Kotlin
This article describes how to develop Domain-specific language in Kotlin. The business process description language is considered as an example.