The Complete iOS Developer's Style Guide
loneyeti.com
The Complete iOS Developer's Style Guide
1–4 of 4 posts
Re: The Complete iOS Developer's Style Guide
#2Re: The Complete iOS Developer's Style Guide
#3why is opening brace in new line bad?
The real 50/50 proposition is having else on a new line. Some people love that and some hate it. It was hard for me to know what the consensus is, so I picked one way and if it turns out to not be what the majority find correct, others can correct it.
Re: The Complete iOS Developer's Style Guide
#4why is opening brace in new line bad?
This is one of those community consensus things. Most of the style guides and Apple's own examples usually include the opening brace on the same line as the conditional or method. The real 50/50 proposition is having else on a new line. Some people love that and some hate it. It was hard for me to know what the consensus is, so I picked one way and if it turns out to not be what the majority find correct, others can…