
Swift code reviews: Lazy variables
We use the Lazy keyword when we do not want to initialize an object or some of its properties right away, but we put off the work until we need it (The so-called JIT, or Just-In-Time mechanism).
Categories: Code Reviews, iOS, iOS development, Swift • Tags: 100daysofcode, apps, code, ios, ios development, swift