learn-co-curriculum / mobile-development-curriculum

Other
0 stars 0 forks source link

II.i.12 Reading-iOS-CreatingMethods #13

Closed markedwardmurray closed 9 years ago

markedwardmurray commented 9 years ago

Anatomy of a method should come earlier. This place in the curriculum could be more a thorough look at methods.

Distinguishing class vs. instance method type long before discussing inheritance in the curriculum.

Have we explained what the compiler is? Should this be part of the Xcode orientation?

Add a note about return type "id"?

Add a section about helper methods?

Has the single responsibility principle been introduced before?