KnowYourKotlin (7 Part Series)
1 that’s how we try catch?:value | KnowYourKotlin
2 6 things you need to know before you Kotlin Destructing | KnowYourKotlin
… 3 more parts…
3 lateinit vs nullable type | KnowYourKotlin
4 Overcome Positional Destructuring limitations! | KnowYourKotlin
5 Three Most Useful but least known List functions. | KnowYourKotlin
6 Learn Accumulator Pattern before you regret it | Fold vs reduce | KnowYourKotlin
7 Overcome fear of Init blocks! | KnowYourKotlin
Hi #androidDevs, This is Androidbites where I try to break down a small concept into an understandable code snippet and share my learning experience with it.
Today’s topic is related to handling nullability using lateinit modifier, I absolutely agree null
is the Billion dollar problem in a programming language, and for you, as a developer, it’s your responsibility that your app doesn’t fall in as a victim of it and not crash your app due to that, In kotlin there are many languages functionalists build in that enable you to aware of null happening code and ask you to cater them properly.
Lateinit is one of those tools, the solution of a problem is not to create that problem right? Similarly instead of having a nullable type just replace it with non-null type? right 🧐? an obvious solution,
let’s dig deeper with the snippet below, on the code .
if you like to know more on the same topic read the complete article on
AndroidBites|lateinit-vs-null
Hope to see you on the other side…
Until next time. Happy Hacking!
Stalk Me :
LinkedIn | Medium | Twitter | StackOverflow | CodeWars |WorkX |Github |Instagram |Youtube
KnowYourKotlin (7 Part Series)
1 that’s how we try catch?:value | KnowYourKotlin
2 6 things you need to know before you Kotlin Destructing | KnowYourKotlin
… 3 more parts…
3 lateinit vs nullable type | KnowYourKotlin
4 Overcome Positional Destructuring limitations! | KnowYourKotlin
5 Three Most Useful but least known List functions. | KnowYourKotlin
6 Learn Accumulator Pattern before you regret it | Fold vs reduce | KnowYourKotlin
7 Overcome fear of Init blocks! | KnowYourKotlin
暂无评论内容