DevelopInSwiftFundamentals icon indicating copy to clipboard operation
DevelopInSwiftFundamentals copied to clipboard

Done all excercises

Open belschan opened this issue 5 years ago • 1 comments

The only thing that I find difficult to explain to my students are the didSet, willSet of a computed properties, and the fact that oldValue and newVale are already available when we use this type of properties.

belschan avatar Nov 13 '20 14:11 belschan

The only thing that I find difficult to explain to my students are the didSet, willSet of a computed properties, and the fact that oldValue and newVale are already available when we use this type of properties.

Those are a little bit "magical", those properties. For those I typically use a playground to show off how they work and when we might use them... But we can go over that, for sure.

mhanlon avatar Nov 16 '20 06:11 mhanlon