I have recently (e.g. just now) upgraded to XCode 4, and I like it overall, however, there is one thing that annoys me.
When I write code like this:
I usually do this.
self = [super init];
if(self) {
}
This way, nothing and no one will ever be confused.