Comment on Ask HN: Experienced programmer, beginner to iOS (objective-C). Where to begin?parentComments−architguptaOP14yARC's usage seems conflicted! :D−gdubs14yApple's recommendation is to start using it today. Retain/Release patterns always took newcomers a long time to master, and it distracts from building applications. In Apple's own words, it's a compiler's problem – shouldn't be yours.
Comments
ARC's usage seems conflicted! :D
Apple's recommendation is to start using it today. Retain/Release patterns always took newcomers a long time to master, and it distracts from building applications. In Apple's own words, it's a compiler's problem – shouldn't be yours.