|
|
|
|
|
by cschep
5643 days ago
|
|
"Objective-C sucks" is just silly. If you know and like C#, of course you'll like developing for WP7 more. Weird that he talks about null references in Objective-C but you can send all kinds of messages to nil and you'll be fine. Not so in C#/Java. |
|
if(!object)
vsif(object == null)
I know its a small thing, but my typenames are usually lengthy so in practice C# statements can get character heavy.