|
|
|
|
|
by cellularmitosis
4025 days ago
|
|
Obj-C already had try / catch, it just wasn't considered idiomatic to the platform. Amazon caught a bunch of flak when they wrote an Obj-C interface to AWS and all of the error handling was try/catch instead of NSError (probably, they just line-for-line transliterated their Java interface). |
|
http://clang.llvm.org/docs/AutomaticReferenceCounting.html#e...