Cocoa Design Patterns ∞
Cocoa Design Patterns
by Erik M. Buck, Donald A. Yacktman
★★★☆☆
For years, would-be Cocoa developers have relied solely on Aaron Hillegass's Cocoa Programming for Mac OS X. (The 1st edition came out almost a decade ago!) While Hillegass's book is excellent, it is introductory material. This has left a void in Cocoa techinical materials. But with Apple's recent successes, the market for Cocoa books has grown and more advanced titles have been released.
Cocoa Design Patterns is geared toward beginning to intermediate developers. Like any design pattern book, it describes and names code patterns. Developers can use this information to communicate more clearly, identify patterns in existing code, and choose suitable patterns when writing new code.
This book focuses specifically on Cocoa and the patterns that it uses. For each of the 28 patterns described in the book, an example is given from the Cocoa frameworks. This gives developers a deeper understanding of Cocoa while teaching them about design patterns.
While the content is good, the book isn't perfect. The writing is bland and clumsy. And like many tech books, it focuses on making the book accessible to beginners. Introductory topics are described in too much depth for my patience. I'm guessing other intermediate to advanced developers will feel the same way.
If you're working full-time in Cocoa, I would recommend Cocoa Design Patterns— especially if you're part of a team. It's not perfect, but it's the only book that covers this material.