I understand using constants for your names in a NSDictionary to prevent typos (myName will auto complete vs @"myName" won't).
i'm working with a medium size dictionaries right now and a couple of times, i've misstyped key names and had to spend some time tracking down where i miss spelled a word.
i'm wondering, do you consider it worth while to set up a constants naming scheme?