|
|
|
|
|
by pixelglow
4388 days ago
|
|
Simple/common ideas should require terse syntax. Complex/rare ideas should require verbose syntax. Prefer "x = y + z" to "ADD y TO z GIVING x". Prefer "[[NSThread alloc] initWithTarget:t selector:s object:o]" to "pthread_create(&p, &a, &f)". |
|