I saw something like this today ```val TAG by lazy...
# android
e
I saw something like this today ```val TAG by lazy “ExampleClassTag”```basically he is lazy loading the tag he uses in Log.d, what’s the point of this?
n
I had an interview cadidate do
val layoutId by lazy R.layout.item_layout
😮
😂 1