|
|
|
|
|
by pjmlp
3276 days ago
|
|
No because there is the whole C part of Objective-C, including UB. So unless there is some validation of 100% of the code writen by the team and third party libraries, it is impossible to ensure there aren't C style coding tricks being used. Also ARC only applies to Cocoa like classes, there is no bounds checking, implicit casts are like in C, C style strings are still used in many APIs, and this are just a few examples of unsafety. |
|