learn-co-curriculum / mobile-development-curriculum

Other
0 stars 0 forks source link

II.i.08 WWDC-Badges #9

Closed markedwardmurray closed 9 years ago

markedwardmurray commented 9 years ago

Needs goals.

Needs context.

Curriculum has not covered for-in loops / fast enumeration yet. This instruction should be changed to for-loop unless fast enumeration is added to the basic curriculum. (This is a good candidate for an advanced option--solve using a for-in loop instead of a for-loop).

The lab is written so that solution code gets written in the main.m @autoreleasepool function, which is bad practice that should not be introduced. This lab should be rewritten so students are directed to writing solution code in an FISAppDelegate file. It is also an OS X application and not an iOS application which is now inconsistent with the new "My First NSLog" lab which precedes it.