Created
August 26, 2011 22:04
-
-
Save thekarladam/1174535 to your computer and use it in GitHub Desktop.
Cocoa commandments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Thou shalt always use Key Value Observing | |
2. Thou shalt not block the main thread | |
3. Thou shalt compile with zero errors or warnings | |
4. Thou shalt use #pragma mark to separate code into groups based on related functionality |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I certainly agree with the logic behind your statement, just not the execution of it