Hi friends! 👋
I’ve created repository called “Something to avoid” - a collection of common mistakes we make in Kotlin and showcase alternate approaches to avoid them.
So far, I’ve added examples on:
- UnInitialised properties
- Null safety
- Unsafe casting
- Nullable collections
- Custom getters
- Lambda variable shadowing
Check it out:
https://github.com/ArjunJadeja/Something
Feel free to contribute or share your thoughts. Every mistake is a learning opportunity! 🚀