learn-co-curriculum / mobile-development-curriculum

Other
0 stars 0 forks source link

III.ii.08 lab-ios-category-math #42

Closed markedwardmurray closed 9 years ago

markedwardmurray commented 9 years ago

Update CocoaPods, remove unnecessary pods

Add objectives and update for consistent style.

AnnJohn commented 9 years ago

Iceboxing for now and Mark will close when he's done with the issue

markedwardmurray commented 9 years ago

https://github.com/learn-co-curriculum/category-math

i dislike the whole idea of writing methods to do math. for one, it's already been done on NSDecimalNumber and no one's used that foundation class since 2011. just convert to a primitive and use an operator.

would love to extend NSDate instead, or NSString some more.

markedwardmurray commented 9 years ago

rewritten https://github.com/learn-co-curriculum/category-math/pull/4