Keys of the kingdom
Keys of the kingdom
- Subject: Keys of the kingdom
- From: Kevin Bracey <email@hidden>
- Date: Thu, 20 Apr 2006 09:10:21 +1200
Hi Folks,
I'm polishing some of my code and have a "best practices" dilemma I
hope you can help with.
I'm making extensive use of Dictionaries, Localised Strings and
UserDefaults, In my prototypes I have simply used the form
[currentDic objectForKey:@"someKeyName"]; As a oldtime coder having
strings scattered through my code irks me.
My question:
How do you manage these 3 different types of Keys? (and any others)
( I notice the Cocoa headers use extern const which seems like 4x the
work and I'm not sure why they do it like this?)
For the Localised Strings and UserDefaults where should I define these
keys?
Thanks for your insights
Kaveman
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden