You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently come across this Swift init that discusses the many ways of initializing properties. I often go with lazy var’s with side-effects for small size, and implicitly unwraped optional var! for more complex case
What do you think?
The text was updated successfully, but these errors were encountered:
I recently come across this Swift init that discusses the many ways of initializing properties. I often go with
lazy var’s with side-effects
for small size, andimplicitly unwraped optional var!
for more complex caseWhat do you think?
The text was updated successfully, but these errors were encountered: