This series will include some useful tips in Kotlin based on Kotlin Tips 2023 by JetBrains
- How to improve Loops in Kotlin?
- What happens if You Add
null + null
in kotlin? - Deduplicating Collection Items
- The suspend and Inline Mystery
- Fully Qualified Names to the Rescue
- Return and Throw with Elvis Operator
- Destructuring Declarations
- Operator Functions With Nullable Values
- Calculate Your Code Performance
- How you can do more with the Elvis Operator?
- Mastering Kotlin Collections in 3 Easy steps?
- These 3 Tips will Change Your approach to Strings in Kotlin
References:
- Kotlin Tips ~ Jetbrains Youtube