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 Object-Oriented Swift Classes in Swift Introduction to Classes

jeff saidef
jeff saidef
696 Points

2:24 why we use let instead of var ?

I'm aware of using var and let but the position of the enemy could change while playing the game so i thought this could be var instead ! that confuse me more when using let over var in mutable data type !

1 Answer

Greg Kaleka
Greg Kaleka
39,021 Points

Hi Jeff,

I believe Pasan says at some point earlier that enemies will be in a fixed position in the game, so it makes sense for the position to be a constant.

Great question, though! Glad you're thinking about this stuff.

Cheers :beers:

-Greg