Tag: goodpractices
-
Initialization side effects
Fetching data inside an initializer is tempting but unreliable. What it costs you, and how to do it right.
Fetching data inside an initializer is tempting but unreliable. What it costs you, and how to do it right.