Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Trevor Duersch
Trevor Duersch
9,964 Points

Would you ever want to lazy load a lot, if not all of your variables within a project?

Just thinking about it, would you want to lazy load a load of variables? I mean I guess you wouldn't be saving a whole lot of memory or computational power, but it almost sounds like you'd get better performance and scalability by lazy loading a lot of things. Then again, it sounds a little over kill. Thoughts?