Created
September 1, 2011 22:19
-
-
Save erikbuild/1187443 to your computer and use it in GitHub Desktop.
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
| I don't see how this: | |
| if (foo) | |
| { | |
| // something | |
| } | |
| is more readable than this: | |
| if (foo) { | |
| // Something | |
| } | |
| PARTICULARLY when you have multiple nested things. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment