Is there anyone out there that codes like me?
- by Jacob Relkin
Hi,
Some people have told me that my coding style is a lot different than theirs.
I think I am somewhat neurotic when it comes to spacing and indenting though.
Here's a snippet to show you what I mean:
- ( void ) applicationDidFinishLaunching: ( UIApplication *) application {
SomeObject *object = [ [ SomeObject alloc ] init ];
int x =…