MakeSchool-Tutorials / Makestagram-Swift-V3

14 stars 7 forks source link

Needs Closure Playground #32

Closed tlambrou closed 7 years ago

tlambrou commented 7 years ago

Might be easier for students who are new to closure syntax if they had some intro to this ahead of time.

ocwang commented 7 years ago

I agree, majority of students will be new to closures and struggle with them. Especially in relation to:

@dionlarson How do you want to handle this? Do you think the Intro to Swift and OO playgrounds will be sufficient?

scottpchow23 commented 7 years ago

I remember last year we actually had a short lecture given by instructors on how async code works along with closure syntax which I personally found super helpful.

tlambrou commented 7 years ago

I spoke with @dionlarson earlier and he said he has a playground that he could add. Might be good if it also explained threading and completion handlers as well.

ocwang commented 7 years ago

Although not part of Makestagram, there is a SA closure playground. In addition, I recently created slides / material for teaching concurrency and GCD for SA.

Closing this unless it becomes more of a issue for students. Let me know if your students are struggling with it.