"what makes me such a lousy programmer is that i can excuse anything by saying this isn’t so bad— i myself am a much bigger hack than this."
-_why
Revisiting Lua
15 hours ago
"What I cannot create, I do not understand."
NSUserDefaults * defaults = [NSUserDefaults standardUserDefaults];If you run into any issues with this example, please let me know and I will revise it to make sure it is more clear.
NSMutableDictionary * dictionary = [NSMutableDictionary dictionary];
[dictionary setObject:[NSArray arrayWithObjects:@"alice", @"bob", @"jimmy", nil] forKey:@"people"];
[defaults registerDefaults:dictionary];
"The key to performance is elegance, not battalions of special cases."
-McIlroy and Bentley