Comment on Developing on WP7 vs Android vs iPhoneparentComments−ryanpetrich15yThe worst offender is the comparison methods: NSString *myString = nil; if ([myString compare:@"something"] == NSOrderedSame) { ... }
Comments
The worst offender is the comparison methods: