am i abusing 'by lazy' by having it be a property ...
# announcements
s
am i abusing 'by lazy' by having it be a property assigned to applicationContext (android). such that, in this entire file..if the context isn't up, you're kinda screwed anyway
m
sreich: How does it look exactly?
s
Like val dir by lazy { applicationContext.fileDirs }