If we talk about writing 'safe' code, don't you th...
# announcements
k
If we talk about writing 'safe' code, don't you think that using
lateinit
is not safe because the compiler does not warns if the object is initialized or not. But in the case of null accepting objects, the compiler forces you to take action to prevent NPE? Pretty one sided question, but curious