The one feature missing for me that would be a big boon would be some system of packages or modules to organise code.
The java package system is very useful for separating classes into namespaces, thereby avoiding name clashes and improving high level view of the code.
Is there any likelihood of such a feature being added to Objective-C going forward?
by Timothy Mowlem — Oct 01
The java package system is very useful for separating classes into namespaces, thereby avoiding name clashes and improving high level view of the code.
Is there any likelihood of such a feature being added to Objective-C going forward?