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 trialShanequa Bond
18,447 Pointshelp please? i have looked over the video but still cant find the answer
In contrast to Swift, Objective-C favors _______ propagation of errors?
To execute statements as we leave the current scope we use a_____statement?
1 Answer
Steven Deutsch
21,046 PointsHey Shanequa Bond,
1) In contrast to Swift, Objective-C favors manual propagation of errors.
2) To execute statements as we leave the current scope we use a defer statement.
You should really rematch the videos! They talk about both Objective-C error propagation and defer statements.
Good Luck!
Josh Minor
2,947 PointsJosh Minor
2,947 PointsNumber 2 is defer I think