This entry was posted
on Thursday, January 4th, 2007 at 2:10 pm and is filed under Cocoa.
You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.
Would it be possible to add all of these constants to a Constants class so that our code is not as littered with all these calls to ObjectiveCObject? Also, how much of this is cached? If I have to call ObjectiveCObject for the same constant all the time then the perf hit would seem to be quite hard.
March 6th, 2007 at 1:18 pm
Would it be possible to add all of these constants to a Constants class so that our code is not as littered with all these calls to ObjectiveCObject? Also, how much of this is cached? If I have to call ObjectiveCObject for the same constant all the time then the perf hit would seem to be quite hard.