|
|
|
|
|
by mishmash
5638 days ago
|
|
If there could have been an equally eloquent API for those other languages, why wasn't there? Obj-C + stringent/verbose coding standards = powerful APIs. I've been writing Cocoa apps since 2002 and I pretty much love everything about programming on it, from the First Responder chain, the view hierarchy, bindings/observing, the new GC, blocks, properties, etc. (and more I'm forgetting) but I especially like how clear the design patterns are implemented. It's very rare to not know where a particular responsibility lies. When it comes to the state of Mac/Cocoa programming, my biggest gripe is that Xcode 4 isn't progressing anywhere near fast enough. The IB integration should have happened long ago. |
|